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,195 +1,78 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
2
|
import * as BankAccountsAPI from "./bank-accounts.js";
|
|
3
3
|
import { BankAccount, BankAccountCountryCode, BankAccountCreateParams, BankAccountDeleteResponse, BankAccountListParams, BankAccounts, BankAccountsSkipLimit } from "./bank-accounts.js";
|
|
4
|
+
import * as BoxesAPI from "./boxes.js";
|
|
5
|
+
import { BoxCreateParams, BoxCreateResponse, BoxDeleteResponse, BoxListParams, BoxListResponse, BoxListResponsesSkipLimit, BoxProgressionsResponse, BoxRetrieveResponse, Boxes } from "./boxes.js";
|
|
4
6
|
import * as CampaignsAPI from "./campaigns.js";
|
|
5
7
|
import { Campaign, CampaignCreateParams, CampaignDeleteResponse, CampaignListParams, CampaignSendParams, CampaignUpdateParams, Campaigns, CampaignsSkipLimit } from "./campaigns.js";
|
|
6
8
|
import * as ChequesAPI from "./cheques.js";
|
|
7
|
-
import { Cheque, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.js";
|
|
9
|
+
import { Cheque, ChequeCancelParams, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.js";
|
|
8
10
|
import * as ContactsAPI from "./contacts.js";
|
|
9
|
-
import { Contact, ContactCreate, ContactCreateParams, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.js";
|
|
11
|
+
import { Contact, ContactCreate, ContactCreateParams, ContactCreateWithCompanyName, ContactCreateWithFirstName, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.js";
|
|
10
12
|
import * as LettersAPI from "./letters.js";
|
|
11
|
-
import { AddressPlacement, AttachedPdf, Letter, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.js";
|
|
13
|
+
import { AddressPlacement, AttachedPdf, Letter, LetterCancelParams, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.js";
|
|
12
14
|
import * as MailingListImportsAPI from "./mailing-list-imports.js";
|
|
13
15
|
import { FileType, MailingListImportCreateParams, MailingListImportDeleteResponse, MailingListImportListParams, MailingListImportResponse, MailingListImportResponsesSkipLimit, MailingListImportUpdateParams, MailingListImports, VerificationStatusCount } from "./mailing-list-imports.js";
|
|
14
16
|
import * as MailingListsAPI from "./mailing-lists.js";
|
|
15
17
|
import { MailingList, MailingListCreateParams, MailingListDeleteResponse, MailingListJobsParams, MailingListListParams, MailingListUpdate, MailingListUpdateParams, MailingLists, MailingListsSkipLimit } from "./mailing-lists.js";
|
|
16
18
|
import * as PostcardsAPI from "./postcards.js";
|
|
17
|
-
import { Postcard, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.js";
|
|
19
|
+
import { Postcard, PostcardCancelParams, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.js";
|
|
18
20
|
import * as SelfMailersAPI from "./self-mailers.js";
|
|
19
21
|
import { SelfMailer, SelfMailerCreateParams, SelfMailerListParams, SelfMailerRetrieveURLResponse, SelfMailers, SelfMailersSkipLimit } from "./self-mailers.js";
|
|
22
|
+
import * as SnapPacksAPI from "./snap-packs.js";
|
|
23
|
+
import { SnapPackCreateParams, SnapPackCreateResponse, SnapPackDeleteResponse, SnapPackListParams, SnapPackListResponse, SnapPackListResponsesSkipLimit, SnapPackProgressionsResponse, SnapPackRetrieveCapabilitiesParams, SnapPackRetrieveCapabilitiesResponse, SnapPackRetrieveResponse, SnapPacks } from "./snap-packs.js";
|
|
20
24
|
import * as SubOrganizationsAPI from "./sub-organizations.js";
|
|
21
|
-
import { EmailPreferences, SubOrganization,
|
|
25
|
+
import { EmailPreferences, SubOrganization, SubOrganizationCreateParams, SubOrganizationCreateResponse, SubOrganizationListParams, SubOrganizationRetrieveUsersParams, SubOrganizationRetrieveUsersResponse, SubOrganizations, SubOrganizationsSkipLimit } from "./sub-organizations.js";
|
|
26
|
+
import * as TemplateEditorSessionsAPI from "./template-editor-sessions.js";
|
|
27
|
+
import { TemplateEditorSessionCreateParams, TemplateEditorSessionCreateResponse, TemplateEditorSessionDeleteResponse, TemplateEditorSessionListParams, TemplateEditorSessionListResponse, TemplateEditorSessionListResponsesSkipLimit, TemplateEditorSessions } from "./template-editor-sessions.js";
|
|
22
28
|
import * as TemplatesAPI from "./templates.js";
|
|
23
29
|
import { Template, TemplateCreateParams, TemplateDeleteResponse, TemplateListParams, TemplateUpdateParams, Templates, TemplatesSkipLimit } from "./templates.js";
|
|
24
|
-
import * as
|
|
25
|
-
import {
|
|
30
|
+
import * as TrackersAPI from "./trackers.js";
|
|
31
|
+
import { TrackerCreateParams, TrackerCreateResponse, TrackerDeleteResponse, TrackerListParams, TrackerListResponse, TrackerListResponsesSkipLimit, TrackerRetrieveResponse, TrackerRetrieveVisitsParams, TrackerRetrieveVisitsResponse, TrackerRetrieveVisitsResponsesSkipLimit, TrackerUpdateParams, TrackerUpdateResponse, Trackers } from "./trackers.js";
|
|
26
32
|
import * as ReportsAPI from "./reports/reports.js";
|
|
27
33
|
import { DeletedResponse, Report, ReportCreateParams, ReportListParams, ReportSampleParams, ReportUpdateParams, Reports, ReportsSkipLimit } from "./reports/reports.js";
|
|
34
|
+
import * as TargetedListBuildsAPI from "./targeted-list-builds/targeted-list-builds.js";
|
|
35
|
+
import { TargetedListBuildConfirmResponse, TargetedListBuildCreateParams, TargetedListBuildCreateResponse, TargetedListBuildDeleteResponse, TargetedListBuildListParams, TargetedListBuildListResponse, TargetedListBuildListResponsesSkipLimit, TargetedListBuildRetrieveResponse, TargetedListBuildUpdateParams, TargetedListBuildUpdateResponse, TargetedListBuilds } from "./targeted-list-builds/targeted-list-builds.js";
|
|
36
|
+
import * as VirtualMailboxesAPI from "./virtual-mailboxes/virtual-mailboxes.js";
|
|
37
|
+
import { VirtualMailboxCreateParams, VirtualMailboxCreateResponse, VirtualMailboxListParams, VirtualMailboxListResponse, VirtualMailboxListResponsesSkipLimit, VirtualMailboxRetrieveAddressResponse, VirtualMailboxRetrieveResponse, VirtualMailboxes } from "./virtual-mailboxes/virtual-mailboxes.js";
|
|
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.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-mail.d.ts","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.ts","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,8 @@ const tslib_1 = require("../../internal/tslib.js");
|
|
|
6
6
|
const resource_1 = require("../../core/resource.js");
|
|
7
7
|
const BankAccountsAPI = tslib_1.__importStar(require("./bank-accounts.js"));
|
|
8
8
|
const bank_accounts_1 = require("./bank-accounts.js");
|
|
9
|
+
const BoxesAPI = tslib_1.__importStar(require("./boxes.js"));
|
|
10
|
+
const boxes_1 = require("./boxes.js");
|
|
9
11
|
const CampaignsAPI = tslib_1.__importStar(require("./campaigns.js"));
|
|
10
12
|
const campaigns_1 = require("./campaigns.js");
|
|
11
13
|
const ChequesAPI = tslib_1.__importStar(require("./cheques.js"));
|
|
@@ -22,44 +24,62 @@ const PostcardsAPI = tslib_1.__importStar(require("./postcards.js"));
|
|
|
22
24
|
const postcards_1 = require("./postcards.js");
|
|
23
25
|
const SelfMailersAPI = tslib_1.__importStar(require("./self-mailers.js"));
|
|
24
26
|
const self_mailers_1 = require("./self-mailers.js");
|
|
27
|
+
const SnapPacksAPI = tslib_1.__importStar(require("./snap-packs.js"));
|
|
28
|
+
const snap_packs_1 = require("./snap-packs.js");
|
|
25
29
|
const SubOrganizationsAPI = tslib_1.__importStar(require("./sub-organizations.js"));
|
|
26
30
|
const sub_organizations_1 = require("./sub-organizations.js");
|
|
31
|
+
const TemplateEditorSessionsAPI = tslib_1.__importStar(require("./template-editor-sessions.js"));
|
|
32
|
+
const template_editor_sessions_1 = require("./template-editor-sessions.js");
|
|
27
33
|
const TemplatesAPI = tslib_1.__importStar(require("./templates.js"));
|
|
28
34
|
const templates_1 = require("./templates.js");
|
|
29
|
-
const
|
|
30
|
-
const
|
|
35
|
+
const TrackersAPI = tslib_1.__importStar(require("./trackers.js"));
|
|
36
|
+
const trackers_1 = require("./trackers.js");
|
|
31
37
|
const ReportsAPI = tslib_1.__importStar(require("./reports/reports.js"));
|
|
32
38
|
const reports_1 = require("./reports/reports.js");
|
|
39
|
+
const TargetedListBuildsAPI = tslib_1.__importStar(require("./targeted-list-builds/targeted-list-builds.js"));
|
|
40
|
+
const targeted_list_builds_1 = require("./targeted-list-builds/targeted-list-builds.js");
|
|
41
|
+
const VirtualMailboxesAPI = tslib_1.__importStar(require("./virtual-mailboxes/virtual-mailboxes.js"));
|
|
42
|
+
const virtual_mailboxes_1 = require("./virtual-mailboxes/virtual-mailboxes.js");
|
|
33
43
|
class PrintMail extends resource_1.APIResource {
|
|
34
44
|
constructor() {
|
|
35
45
|
super(...arguments);
|
|
36
|
-
this.bankAccounts = new BankAccountsAPI.BankAccounts(this._client);
|
|
37
|
-
this.campaigns = new CampaignsAPI.Campaigns(this._client);
|
|
38
|
-
this.cheques = new ChequesAPI.Cheques(this._client);
|
|
39
46
|
this.contacts = new ContactsAPI.Contacts(this._client);
|
|
47
|
+
this.templates = new TemplatesAPI.Templates(this._client);
|
|
48
|
+
this.trackers = new TrackersAPI.Trackers(this._client);
|
|
40
49
|
this.letters = new LettersAPI.Letters(this._client);
|
|
50
|
+
this.postcards = new PostcardsAPI.Postcards(this._client);
|
|
51
|
+
this.bankAccounts = new BankAccountsAPI.BankAccounts(this._client);
|
|
52
|
+
this.cheques = new ChequesAPI.Cheques(this._client);
|
|
53
|
+
this.selfMailers = new SelfMailersAPI.SelfMailers(this._client);
|
|
54
|
+
this.campaigns = new CampaignsAPI.Campaigns(this._client);
|
|
41
55
|
this.mailingListImports = new MailingListImportsAPI.MailingListImports(this._client);
|
|
42
56
|
this.mailingLists = new MailingListsAPI.MailingLists(this._client);
|
|
43
|
-
this.orderProfiles = new OrderProfilesAPI.OrderProfiles(this._client);
|
|
44
|
-
this.postcards = new PostcardsAPI.Postcards(this._client);
|
|
45
57
|
this.reports = new ReportsAPI.Reports(this._client);
|
|
46
|
-
this.selfMailers = new SelfMailersAPI.SelfMailers(this._client);
|
|
47
58
|
this.subOrganizations = new SubOrganizationsAPI.SubOrganizations(this._client);
|
|
48
|
-
this.
|
|
59
|
+
this.boxes = new BoxesAPI.Boxes(this._client);
|
|
60
|
+
this.snapPacks = new SnapPacksAPI.SnapPacks(this._client);
|
|
61
|
+
this.targetedListBuilds = new TargetedListBuildsAPI.TargetedListBuilds(this._client);
|
|
62
|
+
this.templateEditorSessions = new TemplateEditorSessionsAPI.TemplateEditorSessions(this._client);
|
|
63
|
+
this.virtualMailboxes = new VirtualMailboxesAPI.VirtualMailboxes(this._client);
|
|
49
64
|
}
|
|
50
65
|
}
|
|
51
66
|
exports.PrintMail = PrintMail;
|
|
52
|
-
PrintMail.BankAccounts = bank_accounts_1.BankAccounts;
|
|
53
|
-
PrintMail.Campaigns = campaigns_1.Campaigns;
|
|
54
|
-
PrintMail.Cheques = cheques_1.Cheques;
|
|
55
67
|
PrintMail.Contacts = contacts_1.Contacts;
|
|
68
|
+
PrintMail.Templates = templates_1.Templates;
|
|
69
|
+
PrintMail.Trackers = trackers_1.Trackers;
|
|
56
70
|
PrintMail.Letters = letters_1.Letters;
|
|
71
|
+
PrintMail.Postcards = postcards_1.Postcards;
|
|
72
|
+
PrintMail.BankAccounts = bank_accounts_1.BankAccounts;
|
|
73
|
+
PrintMail.Cheques = cheques_1.Cheques;
|
|
74
|
+
PrintMail.SelfMailers = self_mailers_1.SelfMailers;
|
|
75
|
+
PrintMail.Campaigns = campaigns_1.Campaigns;
|
|
57
76
|
PrintMail.MailingListImports = mailing_list_imports_1.MailingListImports;
|
|
58
77
|
PrintMail.MailingLists = mailing_lists_1.MailingLists;
|
|
59
|
-
PrintMail.OrderProfiles = order_profiles_1.OrderProfiles;
|
|
60
|
-
PrintMail.Postcards = postcards_1.Postcards;
|
|
61
78
|
PrintMail.Reports = reports_1.Reports;
|
|
62
|
-
PrintMail.SelfMailers = self_mailers_1.SelfMailers;
|
|
63
79
|
PrintMail.SubOrganizations = sub_organizations_1.SubOrganizations;
|
|
64
|
-
PrintMail.
|
|
80
|
+
PrintMail.Boxes = boxes_1.Boxes;
|
|
81
|
+
PrintMail.SnapPacks = snap_packs_1.SnapPacks;
|
|
82
|
+
PrintMail.TargetedListBuilds = targeted_list_builds_1.TargetedListBuilds;
|
|
83
|
+
PrintMail.TemplateEditorSessions = template_editor_sessions_1.TemplateEditorSessions;
|
|
84
|
+
PrintMail.VirtualMailboxes = virtual_mailboxes_1.VirtualMailboxes;
|
|
65
85
|
//# sourceMappingURL=print-mail.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-mail.js","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,4EAAmD;AACnD,sDAQyB;AACzB,qEAA4C;AAC5C,8CASqB;AACrB,iEAAwC;AACxC,
|
|
1
|
+
{"version":3,"file":"print-mail.js","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,4EAAmD;AACnD,sDAQyB;AACzB,6DAAoC;AACpC,sCAUiB;AACjB,qEAA4C;AAC5C,8CASqB;AACrB,iEAAwC;AACxC,0CAUmB;AACnB,mEAA0C;AAC1C,4CAUoB;AACpB,iEAAwC;AACxC,0CAYmB;AACnB,yFAAgE;AAChE,oEAUgC;AAChC,4EAAmD;AACnD,sDAUyB;AACzB,qEAA4C;AAC5C,8CAQqB;AACrB,0EAAiD;AACjD,oDAOwB;AACxB,sEAA6C;AAC7C,gDAYsB;AACtB,oFAA2D;AAC3D,8DAU6B;AAC7B,iGAAwE;AACxE,4EAQoC;AACpC,qEAA4C;AAC5C,8CAQqB;AACrB,mEAA0C;AAC1C,4CAcoB;AACpB,yEAAgD;AAChD,kDAS2B;AAC3B,8GAAqF;AACrF,yFAYqD;AACrD,sGAA6E;AAC7E,gFAS+C;AAE/C,MAAa,SAAU,SAAQ,sBAAW;IAA1C;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,2BAAsB,GACpB,IAAI,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrE,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;IACJ,CAAC;CAAA;AA5BD,8BA4BC;AAED,SAAS,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC9B,SAAS,CAAC,SAAS,GAAG,qBAAS,CAAC;AAChC,SAAS,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC9B,SAAS,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC5B,SAAS,CAAC,SAAS,GAAG,qBAAS,CAAC;AAChC,SAAS,CAAC,YAAY,GAAG,4BAAY,CAAC;AACtC,SAAS,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC5B,SAAS,CAAC,WAAW,GAAG,0BAAW,CAAC;AACpC,SAAS,CAAC,SAAS,GAAG,qBAAS,CAAC;AAChC,SAAS,CAAC,kBAAkB,GAAG,yCAAkB,CAAC;AAClD,SAAS,CAAC,YAAY,GAAG,4BAAY,CAAC;AACtC,SAAS,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC5B,SAAS,CAAC,gBAAgB,GAAG,oCAAgB,CAAC;AAC9C,SAAS,CAAC,KAAK,GAAG,aAAK,CAAC;AACxB,SAAS,CAAC,SAAS,GAAG,sBAAS,CAAC;AAChC,SAAS,CAAC,kBAAkB,GAAG,yCAAkB,CAAC;AAClD,SAAS,CAAC,sBAAsB,GAAG,iDAAsB,CAAC;AAC1D,SAAS,CAAC,gBAAgB,GAAG,oCAAgB,CAAC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
import { APIResource } from "../../core/resource.mjs";
|
|
3
3
|
import * as BankAccountsAPI from "./bank-accounts.mjs";
|
|
4
4
|
import { BankAccounts, } from "./bank-accounts.mjs";
|
|
5
|
+
import * as BoxesAPI from "./boxes.mjs";
|
|
6
|
+
import { Boxes, } from "./boxes.mjs";
|
|
5
7
|
import * as CampaignsAPI from "./campaigns.mjs";
|
|
6
8
|
import { Campaigns, } from "./campaigns.mjs";
|
|
7
9
|
import * as ChequesAPI from "./cheques.mjs";
|
|
@@ -18,43 +20,61 @@ import * as PostcardsAPI from "./postcards.mjs";
|
|
|
18
20
|
import { Postcards, } from "./postcards.mjs";
|
|
19
21
|
import * as SelfMailersAPI from "./self-mailers.mjs";
|
|
20
22
|
import { SelfMailers, } from "./self-mailers.mjs";
|
|
23
|
+
import * as SnapPacksAPI from "./snap-packs.mjs";
|
|
24
|
+
import { SnapPacks, } from "./snap-packs.mjs";
|
|
21
25
|
import * as SubOrganizationsAPI from "./sub-organizations.mjs";
|
|
22
26
|
import { SubOrganizations, } from "./sub-organizations.mjs";
|
|
27
|
+
import * as TemplateEditorSessionsAPI from "./template-editor-sessions.mjs";
|
|
28
|
+
import { TemplateEditorSessions, } from "./template-editor-sessions.mjs";
|
|
23
29
|
import * as TemplatesAPI from "./templates.mjs";
|
|
24
30
|
import { Templates, } from "./templates.mjs";
|
|
25
|
-
import * as
|
|
26
|
-
import {
|
|
31
|
+
import * as TrackersAPI from "./trackers.mjs";
|
|
32
|
+
import { Trackers, } from "./trackers.mjs";
|
|
27
33
|
import * as ReportsAPI from "./reports/reports.mjs";
|
|
28
34
|
import { Reports, } from "./reports/reports.mjs";
|
|
35
|
+
import * as TargetedListBuildsAPI from "./targeted-list-builds/targeted-list-builds.mjs";
|
|
36
|
+
import { TargetedListBuilds, } from "./targeted-list-builds/targeted-list-builds.mjs";
|
|
37
|
+
import * as VirtualMailboxesAPI from "./virtual-mailboxes/virtual-mailboxes.mjs";
|
|
38
|
+
import { VirtualMailboxes, } from "./virtual-mailboxes/virtual-mailboxes.mjs";
|
|
29
39
|
export class PrintMail extends APIResource {
|
|
30
40
|
constructor() {
|
|
31
41
|
super(...arguments);
|
|
32
|
-
this.bankAccounts = new BankAccountsAPI.BankAccounts(this._client);
|
|
33
|
-
this.campaigns = new CampaignsAPI.Campaigns(this._client);
|
|
34
|
-
this.cheques = new ChequesAPI.Cheques(this._client);
|
|
35
42
|
this.contacts = new ContactsAPI.Contacts(this._client);
|
|
43
|
+
this.templates = new TemplatesAPI.Templates(this._client);
|
|
44
|
+
this.trackers = new TrackersAPI.Trackers(this._client);
|
|
36
45
|
this.letters = new LettersAPI.Letters(this._client);
|
|
46
|
+
this.postcards = new PostcardsAPI.Postcards(this._client);
|
|
47
|
+
this.bankAccounts = new BankAccountsAPI.BankAccounts(this._client);
|
|
48
|
+
this.cheques = new ChequesAPI.Cheques(this._client);
|
|
49
|
+
this.selfMailers = new SelfMailersAPI.SelfMailers(this._client);
|
|
50
|
+
this.campaigns = new CampaignsAPI.Campaigns(this._client);
|
|
37
51
|
this.mailingListImports = new MailingListImportsAPI.MailingListImports(this._client);
|
|
38
52
|
this.mailingLists = new MailingListsAPI.MailingLists(this._client);
|
|
39
|
-
this.orderProfiles = new OrderProfilesAPI.OrderProfiles(this._client);
|
|
40
|
-
this.postcards = new PostcardsAPI.Postcards(this._client);
|
|
41
53
|
this.reports = new ReportsAPI.Reports(this._client);
|
|
42
|
-
this.selfMailers = new SelfMailersAPI.SelfMailers(this._client);
|
|
43
54
|
this.subOrganizations = new SubOrganizationsAPI.SubOrganizations(this._client);
|
|
44
|
-
this.
|
|
55
|
+
this.boxes = new BoxesAPI.Boxes(this._client);
|
|
56
|
+
this.snapPacks = new SnapPacksAPI.SnapPacks(this._client);
|
|
57
|
+
this.targetedListBuilds = new TargetedListBuildsAPI.TargetedListBuilds(this._client);
|
|
58
|
+
this.templateEditorSessions = new TemplateEditorSessionsAPI.TemplateEditorSessions(this._client);
|
|
59
|
+
this.virtualMailboxes = new VirtualMailboxesAPI.VirtualMailboxes(this._client);
|
|
45
60
|
}
|
|
46
61
|
}
|
|
47
|
-
PrintMail.BankAccounts = BankAccounts;
|
|
48
|
-
PrintMail.Campaigns = Campaigns;
|
|
49
|
-
PrintMail.Cheques = Cheques;
|
|
50
62
|
PrintMail.Contacts = Contacts;
|
|
63
|
+
PrintMail.Templates = Templates;
|
|
64
|
+
PrintMail.Trackers = Trackers;
|
|
51
65
|
PrintMail.Letters = Letters;
|
|
66
|
+
PrintMail.Postcards = Postcards;
|
|
67
|
+
PrintMail.BankAccounts = BankAccounts;
|
|
68
|
+
PrintMail.Cheques = Cheques;
|
|
69
|
+
PrintMail.SelfMailers = SelfMailers;
|
|
70
|
+
PrintMail.Campaigns = Campaigns;
|
|
52
71
|
PrintMail.MailingListImports = MailingListImports;
|
|
53
72
|
PrintMail.MailingLists = MailingLists;
|
|
54
|
-
PrintMail.OrderProfiles = OrderProfiles;
|
|
55
|
-
PrintMail.Postcards = Postcards;
|
|
56
73
|
PrintMail.Reports = Reports;
|
|
57
|
-
PrintMail.SelfMailers = SelfMailers;
|
|
58
74
|
PrintMail.SubOrganizations = SubOrganizations;
|
|
59
|
-
PrintMail.
|
|
75
|
+
PrintMail.Boxes = Boxes;
|
|
76
|
+
PrintMail.SnapPacks = SnapPacks;
|
|
77
|
+
PrintMail.TargetedListBuilds = TargetedListBuilds;
|
|
78
|
+
PrintMail.TemplateEditorSessions = TemplateEditorSessions;
|
|
79
|
+
PrintMail.VirtualMailboxes = VirtualMailboxes;
|
|
60
80
|
//# sourceMappingURL=print-mail.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-mail.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAML,YAAY,GAEb;OACM,KAAK,YAAY;OACjB,EAOL,SAAS,GAEV;OACM,KAAK,UAAU;OACf,
|
|
1
|
+
{"version":3,"file":"print-mail.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAML,YAAY,GAEb;OACM,KAAK,QAAQ;OACb,EASL,KAAK,GACN;OACM,KAAK,YAAY;OACjB,EAOL,SAAS,GAEV;OACM,KAAK,UAAU;OACf,EAOL,OAAO,GAGR;OACM,KAAK,WAAW;OAChB,EAQL,QAAQ,GAET;OACM,KAAK,UAAU;OACf,EASL,OAAO,GAGR;OACM,KAAK,qBAAqB;OAC1B,EAQL,kBAAkB,GAEnB;OACM,KAAK,eAAe;OACpB,EAQL,YAAY,GAEb;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAEV;OACM,KAAK,cAAc;OACnB,EAKL,WAAW,GAEZ;OACM,KAAK,YAAY;OACjB,EAWL,SAAS,GACV;OACM,KAAK,mBAAmB;OACxB,EAQL,gBAAgB,GAEjB;OACM,KAAK,yBAAyB;OAC9B,EAOL,sBAAsB,GACvB;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAEV;OACM,KAAK,WAAW;OAChB,EAaL,QAAQ,GACT;OACM,KAAK,UAAU;OACf,EAOL,OAAO,GAER;OACM,KAAK,qBAAqB;OAC1B,EAWL,kBAAkB,GACnB;OACM,KAAK,mBAAmB;OACxB,EAQL,gBAAgB,GACjB;AAED,MAAM,OAAO,SAAU,SAAQ,WAAW;IAA1C;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,2BAAsB,GACpB,IAAI,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrE,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;IACJ,CAAC;CAAA;AAED,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC9B,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AAChC,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC9B,SAAS,CAAC,OAAO,GAAG,OAAO,CAAC;AAC5B,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AAChC,SAAS,CAAC,YAAY,GAAG,YAAY,CAAC;AACtC,SAAS,CAAC,OAAO,GAAG,OAAO,CAAC;AAC5B,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AAChC,SAAS,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;AAClD,SAAS,CAAC,YAAY,GAAG,YAAY,CAAC;AACtC,SAAS,CAAC,OAAO,GAAG,OAAO,CAAC;AAC5B,SAAS,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;AAC9C,SAAS,CAAC,KAAK,GAAG,KAAK,CAAC;AACxB,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AAChC,SAAS,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;AAClD,SAAS,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;AAC1D,SAAS,CAAC,gBAAgB,GAAG,gBAAgB,CAAC"}
|
|
@@ -2,6 +2,13 @@ import { APIResource } from "../../../core/resource.mjs";
|
|
|
2
2
|
import * as ReportsAPI from "./reports.mjs";
|
|
3
3
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
4
4
|
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* The reports API lets you run SQL queries against a data lake with all of your PostGrid data. You can use this to run ad-hoc SQL queries or save them as reports. You can bulk export data from these reports to fit all of your reporting needs.
|
|
7
|
+
* Note that the data this API provides may be up to 2 hours behind your current PostGrid environment.
|
|
8
|
+
* Your test and live data lakes are fully segregated, so you'll need a live API key to run queries against your live data.
|
|
9
|
+
*
|
|
10
|
+
* You can request access to this to this feature by reaching out to support@postgrid.com
|
|
11
|
+
*/
|
|
5
12
|
export declare class Exports extends APIResource {
|
|
6
13
|
/**
|
|
7
14
|
* Create a new export job for a saved report. This runs the report's query
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.mts","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IAItG;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,oBAAoB,EAC5B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAK3B;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC;CAI1C;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC;IAE5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,yBAAiB,YAAY,CAAC;IAC5B;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"exports.d.mts","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;;;;;GAMG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IAItG;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,oBAAoB,EAC5B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAK3B;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC;CAI1C;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC;IAE5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,yBAAiB,YAAY,CAAC;IAC5B;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|
|
@@ -2,6 +2,13 @@ import { APIResource } from "../../../core/resource.js";
|
|
|
2
2
|
import * as ReportsAPI from "./reports.js";
|
|
3
3
|
import { APIPromise } from "../../../core/api-promise.js";
|
|
4
4
|
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
/**
|
|
6
|
+
* The reports API lets you run SQL queries against a data lake with all of your PostGrid data. You can use this to run ad-hoc SQL queries or save them as reports. You can bulk export data from these reports to fit all of your reporting needs.
|
|
7
|
+
* Note that the data this API provides may be up to 2 hours behind your current PostGrid environment.
|
|
8
|
+
* Your test and live data lakes are fully segregated, so you'll need a live API key to run queries against your live data.
|
|
9
|
+
*
|
|
10
|
+
* You can request access to this to this feature by reaching out to support@postgrid.com
|
|
11
|
+
*/
|
|
5
12
|
export declare class Exports extends APIResource {
|
|
6
13
|
/**
|
|
7
14
|
* Create a new export job for a saved report. This runs the report's query
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IAItG;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,oBAAoB,EAC5B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAK3B;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC;CAI1C;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC;IAE5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,yBAAiB,YAAY,CAAC;IAC5B;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;;;;;GAMG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IAItG;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,oBAAoB,EAC5B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAK3B;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC;CAI1C;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC;IAE5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,yBAAiB,YAAY,CAAC;IAC5B;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAErC;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|
|
@@ -4,6 +4,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.Exports = void 0;
|
|
5
5
|
const resource_1 = require("../../../core/resource.js");
|
|
6
6
|
const path_1 = require("../../../internal/utils/path.js");
|
|
7
|
+
/**
|
|
8
|
+
* The reports API lets you run SQL queries against a data lake with all of your PostGrid data. You can use this to run ad-hoc SQL queries or save them as reports. You can bulk export data from these reports to fit all of your reporting needs.
|
|
9
|
+
* Note that the data this API provides may be up to 2 hours behind your current PostGrid environment.
|
|
10
|
+
* Your test and live data lakes are fully segregated, so you'll need a live API key to run queries against your live data.
|
|
11
|
+
*
|
|
12
|
+
* You can request access to this to this feature by reaching out to support@postgrid.com
|
|
13
|
+
*/
|
|
7
14
|
class Exports extends resource_1.APIResource {
|
|
8
15
|
/**
|
|
9
16
|
* Create a new export job for a saved report. This runs the report's query
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,0DAAoD;AAEpD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAgB,EAAE,IAAwB,EAAE,OAAwB;QACzE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAgB,EAChB,MAA4B,EAC5B,OAAwB;QAExB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACjG,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAgB,EAChB,MAA0B,EAC1B,OAAwB;QAExB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF;AAnED,0BAmEC"}
|
|
1
|
+
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../src/resources/print-mail/reports/exports.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,0DAAoD;AAEpD;;;;;;GAMG;AACH,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,QAAgB,EAAE,IAAwB,EAAE,OAAwB;QACzE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,QAAgB,EAChB,MAA4B,EAC5B,OAAwB;QAExB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACjG,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,QAAgB,EAChB,MAA0B,EAC1B,OAAwB;QAExB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,0BAA0B,QAAQ,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF;AAnED,0BAmEC"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../../../core/resource.mjs";
|
|
3
3
|
import { path } from "../../../internal/utils/path.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* The reports API lets you run SQL queries against a data lake with all of your PostGrid data. You can use this to run ad-hoc SQL queries or save them as reports. You can bulk export data from these reports to fit all of your reporting needs.
|
|
6
|
+
* Note that the data this API provides may be up to 2 hours behind your current PostGrid environment.
|
|
7
|
+
* Your test and live data lakes are fully segregated, so you'll need a live API key to run queries against your live data.
|
|
8
|
+
*
|
|
9
|
+
* You can request access to this to this feature by reaching out to support@postgrid.com
|
|
10
|
+
*/
|
|
4
11
|
export class Exports extends APIResource {
|
|
5
12
|
/**
|
|
6
13
|
* Create a new export job for a saved report. This runs the report's query
|