postgrid-node 0.4.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +93 -0
- package/LICENSE +1 -1
- package/README.md +15 -12
- package/client.d.mts +35 -15
- package/client.d.mts.map +1 -1
- package/client.d.ts +35 -15
- package/client.d.ts.map +1 -1
- package/client.js +61 -15
- package/client.js.map +1 -1
- package/client.mjs +62 -16
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/types.d.mts +6 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +6 -6
- package/internal/types.d.ts.map +1 -1
- package/internal/utils/env.js +2 -2
- package/internal/utils/env.js.map +1 -1
- package/internal/utils/env.mjs +2 -2
- package/internal/utils/env.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +3 -2
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +3 -2
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/query.d.mts +5 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +5 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +23 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +20 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +9 -3
- package/resources/address-verification.d.mts +1689 -15
- package/resources/address-verification.d.mts.map +1 -1
- package/resources/address-verification.d.ts +1689 -15
- package/resources/address-verification.d.ts.map +1 -1
- package/resources/address-verification.js +200 -0
- package/resources/address-verification.js.map +1 -1
- package/resources/address-verification.mjs +200 -0
- package/resources/address-verification.mjs.map +1 -1
- package/resources/index.d.mts +3 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/intl-address-verification.d.mts +956 -35
- package/resources/intl-address-verification.d.mts.map +1 -1
- package/resources/intl-address-verification.d.ts +956 -35
- package/resources/intl-address-verification.d.ts.map +1 -1
- package/resources/intl-address-verification.js +121 -27
- package/resources/intl-address-verification.js.map +1 -1
- package/resources/intl-address-verification.mjs +121 -27
- package/resources/intl-address-verification.mjs.map +1 -1
- package/resources/print-mail/boxes.d.mts +733 -59
- package/resources/print-mail/boxes.d.mts.map +1 -1
- package/resources/print-mail/boxes.d.ts +733 -59
- package/resources/print-mail/boxes.d.ts.map +1 -1
- package/resources/print-mail/boxes.js +19 -1
- package/resources/print-mail/boxes.js.map +1 -1
- package/resources/print-mail/boxes.mjs +19 -1
- package/resources/print-mail/boxes.mjs.map +1 -1
- package/resources/print-mail/campaigns.d.mts +923 -34
- package/resources/print-mail/campaigns.d.mts.map +1 -1
- package/resources/print-mail/campaigns.d.ts +923 -34
- package/resources/print-mail/campaigns.d.ts.map +1 -1
- package/resources/print-mail/campaigns.js +10 -3
- package/resources/print-mail/campaigns.js.map +1 -1
- package/resources/print-mail/campaigns.mjs +10 -3
- package/resources/print-mail/campaigns.mjs.map +1 -1
- package/resources/print-mail/cheques.d.mts +60 -11
- package/resources/print-mail/cheques.d.mts.map +1 -1
- package/resources/print-mail/cheques.d.ts +60 -11
- package/resources/print-mail/cheques.d.ts.map +1 -1
- package/resources/print-mail/cheques.js +32 -0
- package/resources/print-mail/cheques.js.map +1 -1
- package/resources/print-mail/cheques.mjs +32 -0
- package/resources/print-mail/cheques.mjs.map +1 -1
- package/resources/print-mail/contacts.d.mts +138 -3
- package/resources/print-mail/contacts.d.mts.map +1 -1
- package/resources/print-mail/contacts.d.ts +138 -3
- package/resources/print-mail/contacts.d.ts.map +1 -1
- package/resources/print-mail/contacts.js.map +1 -1
- package/resources/print-mail/contacts.mjs.map +1 -1
- package/resources/print-mail/index.d.mts +12 -8
- package/resources/print-mail/index.d.mts.map +1 -1
- package/resources/print-mail/index.d.ts +12 -8
- package/resources/print-mail/index.d.ts.map +1 -1
- package/resources/print-mail/index.js +13 -5
- package/resources/print-mail/index.js.map +1 -1
- package/resources/print-mail/index.mjs +5 -1
- package/resources/print-mail/index.mjs.map +1 -1
- package/resources/print-mail/letters.d.mts +62 -13
- package/resources/print-mail/letters.d.mts.map +1 -1
- package/resources/print-mail/letters.d.ts +62 -13
- package/resources/print-mail/letters.d.ts.map +1 -1
- package/resources/print-mail/letters.js +32 -0
- package/resources/print-mail/letters.js.map +1 -1
- package/resources/print-mail/letters.mjs +32 -0
- package/resources/print-mail/letters.mjs.map +1 -1
- package/resources/print-mail/mailing-list-imports.d.mts +5 -1
- package/resources/print-mail/mailing-list-imports.d.mts.map +1 -1
- package/resources/print-mail/mailing-list-imports.d.ts +5 -1
- package/resources/print-mail/mailing-list-imports.d.ts.map +1 -1
- package/resources/print-mail/mailing-list-imports.js +4 -0
- package/resources/print-mail/mailing-list-imports.js.map +1 -1
- package/resources/print-mail/mailing-list-imports.mjs +4 -0
- package/resources/print-mail/mailing-list-imports.mjs.map +1 -1
- package/resources/print-mail/mailing-lists.d.mts +5 -1
- package/resources/print-mail/mailing-lists.d.mts.map +1 -1
- package/resources/print-mail/mailing-lists.d.ts +5 -1
- package/resources/print-mail/mailing-lists.d.ts.map +1 -1
- package/resources/print-mail/mailing-lists.js +4 -0
- package/resources/print-mail/mailing-lists.js.map +1 -1
- package/resources/print-mail/mailing-lists.mjs +4 -0
- package/resources/print-mail/mailing-lists.mjs.map +1 -1
- package/resources/print-mail/postcards.d.mts +90 -21
- package/resources/print-mail/postcards.d.mts.map +1 -1
- package/resources/print-mail/postcards.d.ts +90 -21
- package/resources/print-mail/postcards.d.ts.map +1 -1
- package/resources/print-mail/postcards.js +33 -0
- package/resources/print-mail/postcards.js.map +1 -1
- package/resources/print-mail/postcards.mjs +33 -0
- package/resources/print-mail/postcards.mjs.map +1 -1
- package/resources/print-mail/print-mail.d.mts +41 -162
- package/resources/print-mail/print-mail.d.mts.map +1 -1
- package/resources/print-mail/print-mail.d.ts +41 -162
- package/resources/print-mail/print-mail.d.ts.map +1 -1
- package/resources/print-mail/print-mail.js +34 -18
- package/resources/print-mail/print-mail.js.map +1 -1
- package/resources/print-mail/print-mail.mjs +34 -18
- package/resources/print-mail/print-mail.mjs.map +1 -1
- package/resources/print-mail/reports/exports.d.mts +7 -0
- package/resources/print-mail/reports/exports.d.mts.map +1 -1
- package/resources/print-mail/reports/exports.d.ts +7 -0
- package/resources/print-mail/reports/exports.d.ts.map +1 -1
- package/resources/print-mail/reports/exports.js +7 -0
- package/resources/print-mail/reports/exports.js.map +1 -1
- package/resources/print-mail/reports/exports.mjs +7 -0
- package/resources/print-mail/reports/exports.mjs.map +1 -1
- package/resources/print-mail/reports/reports.d.mts +7 -0
- package/resources/print-mail/reports/reports.d.mts.map +1 -1
- package/resources/print-mail/reports/reports.d.ts +7 -0
- package/resources/print-mail/reports/reports.d.ts.map +1 -1
- package/resources/print-mail/reports/reports.js +7 -0
- package/resources/print-mail/reports/reports.js.map +1 -1
- package/resources/print-mail/reports/reports.mjs +7 -0
- package/resources/print-mail/reports/reports.mjs.map +1 -1
- package/resources/print-mail/reports/samples.d.mts +7 -0
- package/resources/print-mail/reports/samples.d.mts.map +1 -1
- package/resources/print-mail/reports/samples.d.ts +7 -0
- package/resources/print-mail/reports/samples.d.ts.map +1 -1
- package/resources/print-mail/reports/samples.js +7 -0
- package/resources/print-mail/reports/samples.js.map +1 -1
- package/resources/print-mail/reports/samples.mjs +7 -0
- package/resources/print-mail/reports/samples.mjs.map +1 -1
- package/resources/print-mail/self-mailers.d.mts +52 -20
- package/resources/print-mail/self-mailers.d.mts.map +1 -1
- package/resources/print-mail/self-mailers.d.ts +52 -20
- package/resources/print-mail/self-mailers.d.ts.map +1 -1
- package/resources/print-mail/self-mailers.js +17 -0
- package/resources/print-mail/self-mailers.js.map +1 -1
- package/resources/print-mail/self-mailers.mjs +17 -0
- package/resources/print-mail/self-mailers.mjs.map +1 -1
- package/resources/print-mail/snap-packs.d.mts +1060 -0
- package/resources/print-mail/snap-packs.d.mts.map +1 -0
- package/resources/print-mail/snap-packs.d.ts +1060 -0
- package/resources/print-mail/snap-packs.d.ts.map +1 -0
- package/resources/print-mail/snap-packs.js +117 -0
- package/resources/print-mail/snap-packs.js.map +1 -0
- package/resources/print-mail/snap-packs.mjs +113 -0
- package/resources/print-mail/snap-packs.mjs.map +1 -0
- package/resources/print-mail/sub-organizations.d.mts +29 -17
- package/resources/print-mail/sub-organizations.d.mts.map +1 -1
- package/resources/print-mail/sub-organizations.d.ts +29 -17
- package/resources/print-mail/sub-organizations.d.ts.map +1 -1
- package/resources/print-mail/sub-organizations.js +26 -14
- package/resources/print-mail/sub-organizations.js.map +1 -1
- package/resources/print-mail/sub-organizations.mjs +26 -14
- package/resources/print-mail/sub-organizations.mjs.map +1 -1
- package/resources/print-mail/targeted-list-builds/filters.d.mts +92 -0
- package/resources/print-mail/targeted-list-builds/filters.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.d.ts +92 -0
- package/resources/print-mail/targeted-list-builds/filters.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.js +60 -0
- package/resources/print-mail/targeted-list-builds/filters.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.mjs +56 -0
- package/resources/print-mail/targeted-list-builds/filters.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.d.mts +3 -0
- package/resources/print-mail/targeted-list-builds/index.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.d.ts +3 -0
- package/resources/print-mail/targeted-list-builds/index.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.js +9 -0
- package/resources/print-mail/targeted-list-builds/index.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.mjs +4 -0
- package/resources/print-mail/targeted-list-builds/index.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts +1633 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts +1633 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.js +154 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs +149 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds.d.mts +2 -0
- package/resources/print-mail/targeted-list-builds.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds.d.ts +2 -0
- package/resources/print-mail/targeted-list-builds.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds.js +6 -0
- package/resources/print-mail/targeted-list-builds.js.map +1 -0
- package/resources/print-mail/targeted-list-builds.mjs +3 -0
- package/resources/print-mail/targeted-list-builds.mjs.map +1 -0
- package/resources/print-mail/template-editor-sessions.d.mts +355 -0
- package/resources/print-mail/template-editor-sessions.d.mts.map +1 -0
- package/resources/print-mail/template-editor-sessions.d.ts +355 -0
- package/resources/print-mail/template-editor-sessions.d.ts.map +1 -0
- package/resources/print-mail/template-editor-sessions.js +78 -0
- package/resources/print-mail/template-editor-sessions.js.map +1 -0
- package/resources/print-mail/template-editor-sessions.mjs +74 -0
- package/resources/print-mail/template-editor-sessions.mjs.map +1 -0
- package/resources/print-mail/trackers.d.mts +409 -0
- package/resources/print-mail/trackers.d.mts.map +1 -0
- package/resources/print-mail/trackers.d.ts +409 -0
- package/resources/print-mail/trackers.d.ts.map +1 -0
- package/resources/print-mail/trackers.js +116 -0
- package/resources/print-mail/trackers.js.map +1 -0
- package/resources/print-mail/trackers.mjs +112 -0
- package/resources/print-mail/trackers.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.d.mts +3 -0
- package/resources/print-mail/virtual-mailboxes/index.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.d.ts +3 -0
- package/resources/print-mail/virtual-mailboxes/index.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.js +9 -0
- package/resources/print-mail/virtual-mailboxes/index.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.mjs +4 -0
- package/resources/print-mail/virtual-mailboxes/index.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.d.mts +235 -0
- package/resources/print-mail/virtual-mailboxes/items.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.d.ts +235 -0
- package/resources/print-mail/virtual-mailboxes/items.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.js +69 -0
- package/resources/print-mail/virtual-mailboxes/items.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.mjs +65 -0
- package/resources/print-mail/virtual-mailboxes/items.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts +334 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts +334 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js +92 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs +87 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes.d.mts +2 -0
- package/resources/print-mail/virtual-mailboxes.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes.d.ts +2 -0
- package/resources/print-mail/virtual-mailboxes.d.ts.map +1 -0
- package/resources/print-mail/{order-profiles.js → virtual-mailboxes.js} +2 -2
- package/resources/print-mail/virtual-mailboxes.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes.mjs +3 -0
- package/resources/print-mail/virtual-mailboxes.mjs.map +1 -0
- package/src/client.ts +123 -33
- package/src/internal/parse.ts +6 -0
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/env.ts +2 -2
- package/src/internal/utils/log.ts +2 -1
- package/src/internal/utils/query.ts +23 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/address-verification.ts +2190 -24
- package/src/resources/index.ts +24 -5
- package/src/resources/intl-address-verification.ts +1219 -43
- package/src/resources/print-mail/boxes.ts +1011 -99
- package/src/resources/print-mail/campaigns.ts +1449 -59
- package/src/resources/print-mail/cheques.ts +122 -10
- package/src/resources/print-mail/contacts.ts +167 -4
- package/src/resources/print-mail/index.ts +74 -11
- package/src/resources/print-mail/letters.ts +150 -12
- package/src/resources/print-mail/mailing-list-imports.ts +5 -1
- package/src/resources/print-mail/mailing-lists.ts +5 -1
- package/src/resources/print-mail/postcards.ts +208 -20
- package/src/resources/print-mail/print-mail.ts +239 -261
- package/src/resources/print-mail/reports/exports.ts +7 -0
- package/src/resources/print-mail/reports/reports.ts +7 -0
- package/src/resources/print-mail/reports/samples.ts +7 -0
- package/src/resources/print-mail/self-mailers.ts +162 -20
- package/src/resources/print-mail/snap-packs.ts +1484 -0
- package/src/resources/print-mail/sub-organizations.ts +35 -23
- package/src/resources/print-mail/targeted-list-builds/filters.ts +113 -0
- package/src/resources/print-mail/targeted-list-builds/index.ts +16 -0
- package/src/resources/print-mail/targeted-list-builds/targeted-list-builds.ts +2158 -0
- package/{resources/print-mail/order-profiles.mjs → src/resources/print-mail/targeted-list-builds.ts} +2 -2
- package/src/resources/print-mail/template-editor-sessions.ts +435 -0
- package/src/resources/print-mail/trackers.ts +513 -0
- package/src/resources/print-mail/virtual-mailboxes/index.ts +22 -0
- package/src/resources/print-mail/virtual-mailboxes/items.ts +296 -0
- package/src/resources/print-mail/virtual-mailboxes/virtual-mailboxes.ts +434 -0
- package/src/resources/print-mail/{order-profiles.ts → virtual-mailboxes.ts} +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/internal/qs/formats.d.mts +0 -7
- package/internal/qs/formats.d.mts.map +0 -1
- package/internal/qs/formats.d.ts +0 -7
- package/internal/qs/formats.d.ts.map +0 -1
- package/internal/qs/formats.js +0 -13
- package/internal/qs/formats.js.map +0 -1
- package/internal/qs/formats.mjs +0 -9
- package/internal/qs/formats.mjs.map +0 -1
- package/internal/qs/index.d.mts +0 -10
- package/internal/qs/index.d.mts.map +0 -1
- package/internal/qs/index.d.ts +0 -10
- package/internal/qs/index.d.ts.map +0 -1
- package/internal/qs/index.js +0 -14
- package/internal/qs/index.js.map +0 -1
- package/internal/qs/index.mjs +0 -10
- package/internal/qs/index.mjs.map +0 -1
- package/internal/qs/stringify.d.mts +0 -3
- package/internal/qs/stringify.d.mts.map +0 -1
- package/internal/qs/stringify.d.ts +0 -3
- package/internal/qs/stringify.d.ts.map +0 -1
- package/internal/qs/stringify.js +0 -277
- package/internal/qs/stringify.js.map +0 -1
- package/internal/qs/stringify.mjs +0 -274
- package/internal/qs/stringify.mjs.map +0 -1
- package/internal/qs/types.d.mts +0 -57
- package/internal/qs/types.d.mts.map +0 -1
- package/internal/qs/types.d.ts +0 -57
- package/internal/qs/types.d.ts.map +0 -1
- package/internal/qs/types.js +0 -3
- package/internal/qs/types.js.map +0 -1
- package/internal/qs/types.mjs +0 -2
- package/internal/qs/types.mjs.map +0 -1
- package/internal/qs/utils.d.mts +0 -15
- package/internal/qs/utils.d.mts.map +0 -1
- package/internal/qs/utils.d.ts +0 -15
- package/internal/qs/utils.d.ts.map +0 -1
- package/internal/qs/utils.js +0 -230
- package/internal/qs/utils.js.map +0 -1
- package/internal/qs/utils.mjs +0 -217
- package/internal/qs/utils.mjs.map +0 -1
- package/resources/print-mail/order-profiles/cheques.d.mts +0 -388
- package/resources/print-mail/order-profiles/cheques.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/cheques.d.ts +0 -388
- package/resources/print-mail/order-profiles/cheques.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/cheques.js +0 -98
- package/resources/print-mail/order-profiles/cheques.js.map +0 -1
- package/resources/print-mail/order-profiles/cheques.mjs +0 -94
- package/resources/print-mail/order-profiles/cheques.mjs.map +0 -1
- package/resources/print-mail/order-profiles/index.d.mts +0 -6
- package/resources/print-mail/order-profiles/index.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/index.d.ts +0 -6
- package/resources/print-mail/order-profiles/index.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/index.js +0 -15
- package/resources/print-mail/order-profiles/index.js.map +0 -1
- package/resources/print-mail/order-profiles/index.mjs +0 -7
- package/resources/print-mail/order-profiles/index.mjs.map +0 -1
- package/resources/print-mail/order-profiles/letters.d.mts +0 -325
- package/resources/print-mail/order-profiles/letters.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/letters.d.ts +0 -325
- package/resources/print-mail/order-profiles/letters.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/letters.js +0 -105
- package/resources/print-mail/order-profiles/letters.js.map +0 -1
- package/resources/print-mail/order-profiles/letters.mjs +0 -101
- package/resources/print-mail/order-profiles/letters.mjs.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.d.mts +0 -22
- package/resources/print-mail/order-profiles/order-profiles.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.d.ts +0 -22
- package/resources/print-mail/order-profiles/order-profiles.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.js +0 -29
- package/resources/print-mail/order-profiles/order-profiles.js.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.mjs +0 -24
- package/resources/print-mail/order-profiles/order-profiles.mjs.map +0 -1
- package/resources/print-mail/order-profiles/postcards.d.mts +0 -255
- package/resources/print-mail/order-profiles/postcards.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/postcards.d.ts +0 -255
- package/resources/print-mail/order-profiles/postcards.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/postcards.js +0 -97
- package/resources/print-mail/order-profiles/postcards.js.map +0 -1
- package/resources/print-mail/order-profiles/postcards.mjs +0 -93
- package/resources/print-mail/order-profiles/postcards.mjs.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.d.mts +0 -260
- package/resources/print-mail/order-profiles/self-mailers.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.d.ts +0 -260
- package/resources/print-mail/order-profiles/self-mailers.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.js +0 -95
- package/resources/print-mail/order-profiles/self-mailers.js.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.mjs +0 -91
- package/resources/print-mail/order-profiles/self-mailers.mjs.map +0 -1
- package/resources/print-mail/order-profiles.d.mts +0 -2
- package/resources/print-mail/order-profiles.d.mts.map +0 -1
- package/resources/print-mail/order-profiles.d.ts +0 -2
- package/resources/print-mail/order-profiles.d.ts.map +0 -1
- package/resources/print-mail/order-profiles.js.map +0 -1
- package/resources/print-mail/order-profiles.mjs.map +0 -1
- package/src/internal/qs/LICENSE.md +0 -13
- package/src/internal/qs/README.md +0 -3
- package/src/internal/qs/formats.ts +0 -10
- package/src/internal/qs/index.ts +0 -13
- package/src/internal/qs/stringify.ts +0 -385
- package/src/internal/qs/types.ts +0 -71
- package/src/internal/qs/utils.ts +0 -265
- package/src/resources/print-mail/order-profiles/cheques.ts +0 -486
- package/src/resources/print-mail/order-profiles/index.ts +0 -47
- package/src/resources/print-mail/order-profiles/letters.ts +0 -412
- package/src/resources/print-mail/order-profiles/order-profiles.ts +0 -113
- package/src/resources/print-mail/order-profiles/postcards.ts +0 -327
- package/src/resources/print-mail/order-profiles/self-mailers.ts +0 -338
|
@@ -0,0 +1,513 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { PagePromise, SkipLimit, type SkipLimitParams } from '../../core/pagination';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Create and manage Trackers.
|
|
11
|
+
*
|
|
12
|
+
* Trackers can be used to track interactions in your orders through
|
|
13
|
+
* personalized URLs and QR codes.
|
|
14
|
+
*
|
|
15
|
+
* As a brief introduction to using Trackers in your orders, a QR code can be
|
|
16
|
+
* generated by using the Tracker's ID as a merge variable in your orders HTML
|
|
17
|
+
* and Templates. The following example HTML uses Trackers to generate
|
|
18
|
+
* personalized URLs (PURLs) in your orders.
|
|
19
|
+
*
|
|
20
|
+
* See the following guide for more details: https://postgrid.readme.io/reference/trackers-1
|
|
21
|
+
*/
|
|
22
|
+
export class Trackers extends APIResource {
|
|
23
|
+
/**
|
|
24
|
+
* Create a Tracker.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```ts
|
|
28
|
+
* const tracker = await client.printMail.trackers.create({
|
|
29
|
+
* redirectURLTemplate:
|
|
30
|
+
* 'https://postgrid.com?name={{to.firstName}}',
|
|
31
|
+
* urlExpireAfterDays: 30,
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
create(body: TrackerCreateParams, options?: RequestOptions): APIPromise<TrackerCreateResponse> {
|
|
36
|
+
return this._client.post('/print-mail/v1/trackers', { body, ...options });
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Retrieve a Tracker by ID.
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* ```ts
|
|
44
|
+
* const tracker = await client.printMail.trackers.retrieve(
|
|
45
|
+
* 'id',
|
|
46
|
+
* );
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<TrackerRetrieveResponse> {
|
|
50
|
+
return this._client.get(path`/print-mail/v1/trackers/${id}`, options);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Update a Tracker by ID.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* ```ts
|
|
58
|
+
* const tracker = await client.printMail.trackers.update(
|
|
59
|
+
* 'id',
|
|
60
|
+
* {
|
|
61
|
+
* redirectURLTemplate:
|
|
62
|
+
* 'https://postgrid.com?firstName={{to.firstName}}',
|
|
63
|
+
* urlExpireAfterDays: 90,
|
|
64
|
+
* },
|
|
65
|
+
* );
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
update(id: string, body: TrackerUpdateParams, options?: RequestOptions): APIPromise<TrackerUpdateResponse> {
|
|
69
|
+
return this._client.post(path`/print-mail/v1/trackers/${id}`, { body, ...options });
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Retrieve a paginated list of Trackers.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* ```ts
|
|
77
|
+
* // Automatically fetches more pages as needed.
|
|
78
|
+
* for await (const trackerListResponse of client.printMail.trackers.list()) {
|
|
79
|
+
* // ...
|
|
80
|
+
* }
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
list(
|
|
84
|
+
query: TrackerListParams | null | undefined = {},
|
|
85
|
+
options?: RequestOptions,
|
|
86
|
+
): PagePromise<TrackerListResponsesSkipLimit, TrackerListResponse> {
|
|
87
|
+
return this._client.getAPIList('/print-mail/v1/trackers', SkipLimit<TrackerListResponse>, {
|
|
88
|
+
query,
|
|
89
|
+
...options,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Delete a Tracker by ID. Note that this operation cannot be undone.
|
|
95
|
+
*
|
|
96
|
+
* @example
|
|
97
|
+
* ```ts
|
|
98
|
+
* const tracker = await client.printMail.trackers.delete(
|
|
99
|
+
* 'id',
|
|
100
|
+
* );
|
|
101
|
+
* ```
|
|
102
|
+
*/
|
|
103
|
+
delete(id: string, options?: RequestOptions): APIPromise<TrackerDeleteResponse> {
|
|
104
|
+
return this._client.delete(path`/print-mail/v1/trackers/${id}`, options);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Retrieve a paginated list of visits for a Tracker.
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* ```ts
|
|
112
|
+
* // Automatically fetches more pages as needed.
|
|
113
|
+
* for await (const trackerRetrieveVisitsResponse of client.printMail.trackers.retrieveVisits(
|
|
114
|
+
* 'id',
|
|
115
|
+
* )) {
|
|
116
|
+
* // ...
|
|
117
|
+
* }
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
retrieveVisits(
|
|
121
|
+
id: string,
|
|
122
|
+
query: TrackerRetrieveVisitsParams | null | undefined = {},
|
|
123
|
+
options?: RequestOptions,
|
|
124
|
+
): PagePromise<TrackerRetrieveVisitsResponsesSkipLimit, TrackerRetrieveVisitsResponse> {
|
|
125
|
+
return this._client.getAPIList(
|
|
126
|
+
path`/print-mail/v1/trackers/${id}/visits`,
|
|
127
|
+
SkipLimit<TrackerRetrieveVisitsResponse>,
|
|
128
|
+
{ query, ...options },
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export type TrackerListResponsesSkipLimit = SkipLimit<TrackerListResponse>;
|
|
134
|
+
|
|
135
|
+
export type TrackerRetrieveVisitsResponsesSkipLimit = SkipLimit<TrackerRetrieveVisitsResponse>;
|
|
136
|
+
|
|
137
|
+
export interface TrackerCreateResponse {
|
|
138
|
+
/**
|
|
139
|
+
* A unique ID prefixed with tracker\_
|
|
140
|
+
*/
|
|
141
|
+
id: string;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* The UTC time at which this resource was created.
|
|
145
|
+
*/
|
|
146
|
+
createdAt: string;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* `true` if this is a live mode resource else `false`.
|
|
150
|
+
*/
|
|
151
|
+
live: boolean;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Always `tracker`.
|
|
155
|
+
*/
|
|
156
|
+
object: 'tracker';
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* The base template for URLs generated by this Tracker.
|
|
160
|
+
*/
|
|
161
|
+
redirectURLTemplate: string;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* The unique number of interactions the Tracker has had.
|
|
165
|
+
*/
|
|
166
|
+
uniqueVisitCount: number;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* The UTC time at which this resource was last updated.
|
|
170
|
+
*/
|
|
171
|
+
updatedAt: string;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* The number of days generated Tracker URLs remain valid.
|
|
175
|
+
*/
|
|
176
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* The total number of interactions the Tracker has had.
|
|
180
|
+
*/
|
|
181
|
+
visitCount: number;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
185
|
+
* dashboard.
|
|
186
|
+
*/
|
|
187
|
+
description?: string;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* See the section on Metadata.
|
|
191
|
+
*/
|
|
192
|
+
metadata?: { [key: string]: unknown };
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface TrackerRetrieveResponse {
|
|
196
|
+
/**
|
|
197
|
+
* A unique ID prefixed with tracker\_
|
|
198
|
+
*/
|
|
199
|
+
id: string;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* The UTC time at which this resource was created.
|
|
203
|
+
*/
|
|
204
|
+
createdAt: string;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* `true` if this is a live mode resource else `false`.
|
|
208
|
+
*/
|
|
209
|
+
live: boolean;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Always `tracker`.
|
|
213
|
+
*/
|
|
214
|
+
object: 'tracker';
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* The base template for URLs generated by this Tracker.
|
|
218
|
+
*/
|
|
219
|
+
redirectURLTemplate: string;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* The unique number of interactions the Tracker has had.
|
|
223
|
+
*/
|
|
224
|
+
uniqueVisitCount: number;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* The UTC time at which this resource was last updated.
|
|
228
|
+
*/
|
|
229
|
+
updatedAt: string;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* The number of days generated Tracker URLs remain valid.
|
|
233
|
+
*/
|
|
234
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* The total number of interactions the Tracker has had.
|
|
238
|
+
*/
|
|
239
|
+
visitCount: number;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
243
|
+
* dashboard.
|
|
244
|
+
*/
|
|
245
|
+
description?: string;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* See the section on Metadata.
|
|
249
|
+
*/
|
|
250
|
+
metadata?: { [key: string]: unknown };
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface TrackerUpdateResponse {
|
|
254
|
+
/**
|
|
255
|
+
* A unique ID prefixed with tracker\_
|
|
256
|
+
*/
|
|
257
|
+
id: string;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* The UTC time at which this resource was created.
|
|
261
|
+
*/
|
|
262
|
+
createdAt: string;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* `true` if this is a live mode resource else `false`.
|
|
266
|
+
*/
|
|
267
|
+
live: boolean;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Always `tracker`.
|
|
271
|
+
*/
|
|
272
|
+
object: 'tracker';
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* The base template for URLs generated by this Tracker.
|
|
276
|
+
*/
|
|
277
|
+
redirectURLTemplate: string;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* The unique number of interactions the Tracker has had.
|
|
281
|
+
*/
|
|
282
|
+
uniqueVisitCount: number;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* The UTC time at which this resource was last updated.
|
|
286
|
+
*/
|
|
287
|
+
updatedAt: string;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* The number of days generated Tracker URLs remain valid.
|
|
291
|
+
*/
|
|
292
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* The total number of interactions the Tracker has had.
|
|
296
|
+
*/
|
|
297
|
+
visitCount: number;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
301
|
+
* dashboard.
|
|
302
|
+
*/
|
|
303
|
+
description?: string;
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* See the section on Metadata.
|
|
307
|
+
*/
|
|
308
|
+
metadata?: { [key: string]: unknown };
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface TrackerListResponse {
|
|
312
|
+
/**
|
|
313
|
+
* A unique ID prefixed with tracker\_
|
|
314
|
+
*/
|
|
315
|
+
id: string;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* The UTC time at which this resource was created.
|
|
319
|
+
*/
|
|
320
|
+
createdAt: string;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* `true` if this is a live mode resource else `false`.
|
|
324
|
+
*/
|
|
325
|
+
live: boolean;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Always `tracker`.
|
|
329
|
+
*/
|
|
330
|
+
object: 'tracker';
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* The base template for URLs generated by this Tracker.
|
|
334
|
+
*/
|
|
335
|
+
redirectURLTemplate: string;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* The unique number of interactions the Tracker has had.
|
|
339
|
+
*/
|
|
340
|
+
uniqueVisitCount: number;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* The UTC time at which this resource was last updated.
|
|
344
|
+
*/
|
|
345
|
+
updatedAt: string;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* The number of days generated Tracker URLs remain valid.
|
|
349
|
+
*/
|
|
350
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* The total number of interactions the Tracker has had.
|
|
354
|
+
*/
|
|
355
|
+
visitCount: number;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
359
|
+
* dashboard.
|
|
360
|
+
*/
|
|
361
|
+
description?: string;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* See the section on Metadata.
|
|
365
|
+
*/
|
|
366
|
+
metadata?: { [key: string]: unknown };
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
export interface TrackerDeleteResponse {
|
|
370
|
+
/**
|
|
371
|
+
* A unique ID prefixed with tracker\_
|
|
372
|
+
*/
|
|
373
|
+
id: string;
|
|
374
|
+
|
|
375
|
+
deleted: true;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Always `tracker`.
|
|
379
|
+
*/
|
|
380
|
+
object: 'tracker';
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
export interface TrackerRetrieveVisitsResponse {
|
|
384
|
+
/**
|
|
385
|
+
* A unique ID prefixed with `tracker_visit_`.
|
|
386
|
+
*/
|
|
387
|
+
id: string;
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* The UTC time at which this visit was created.
|
|
391
|
+
*/
|
|
392
|
+
createdAt: string;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* The type of device associated with the visit.
|
|
396
|
+
*/
|
|
397
|
+
device: string;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* The IP address associated with the visit.
|
|
401
|
+
*/
|
|
402
|
+
ipAddress: string;
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* Indicates if the visit was used in a live order or not.
|
|
406
|
+
*/
|
|
407
|
+
live: boolean;
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* Always `tracker_visit`.
|
|
411
|
+
*/
|
|
412
|
+
object: 'tracker_visit';
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* The ID of the order where the interaction occurred.
|
|
416
|
+
*/
|
|
417
|
+
orderID: string;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* The ID of the tracker related to this visit.
|
|
421
|
+
*/
|
|
422
|
+
tracker: string;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* The UTC time at which this visit was last updated.
|
|
426
|
+
*/
|
|
427
|
+
updatedAt: string;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export interface TrackerCreateParams {
|
|
431
|
+
/**
|
|
432
|
+
* The base template for URLs generated by this Tracker.
|
|
433
|
+
*/
|
|
434
|
+
redirectURLTemplate: string;
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* The number of days generated Tracker URLs remain valid.
|
|
438
|
+
*/
|
|
439
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
443
|
+
* dashboard.
|
|
444
|
+
*/
|
|
445
|
+
description?: string;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* See the section on Metadata.
|
|
449
|
+
*/
|
|
450
|
+
metadata?: { [key: string]: unknown };
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export interface TrackerUpdateParams {
|
|
454
|
+
/**
|
|
455
|
+
* The base template for URLs generated by this Tracker.
|
|
456
|
+
*/
|
|
457
|
+
redirectURLTemplate: string;
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* The number of days generated Tracker URLs remain valid.
|
|
461
|
+
*/
|
|
462
|
+
urlExpireAfterDays: 30 | 60 | 90 | 180 | 365;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
466
|
+
* dashboard.
|
|
467
|
+
*/
|
|
468
|
+
description?: string;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* See the section on Metadata.
|
|
472
|
+
*/
|
|
473
|
+
metadata?: { [key: string]: unknown };
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface TrackerListParams extends SkipLimitParams {
|
|
477
|
+
/**
|
|
478
|
+
* You can supply any string to help narrow down the list of resources. For
|
|
479
|
+
* example, if you pass `"New York"` (quoted), it will return resources that have
|
|
480
|
+
* that string present somewhere in their response. Alternatively, you can supply a
|
|
481
|
+
* structured search query. See the documentation on `StructuredSearchQuery` for
|
|
482
|
+
* more details.
|
|
483
|
+
*/
|
|
484
|
+
search?: string;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export interface TrackerRetrieveVisitsParams extends SkipLimitParams {
|
|
488
|
+
/**
|
|
489
|
+
* You can supply any string to help narrow down the list of resources. For
|
|
490
|
+
* example, if you pass `"New York"` (quoted), it will return resources that have
|
|
491
|
+
* that string present somewhere in their response. Alternatively, you can supply a
|
|
492
|
+
* structured search query. See the documentation on `StructuredSearchQuery` for
|
|
493
|
+
* more details.
|
|
494
|
+
*/
|
|
495
|
+
search?: string;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export declare namespace Trackers {
|
|
499
|
+
export {
|
|
500
|
+
type TrackerCreateResponse as TrackerCreateResponse,
|
|
501
|
+
type TrackerRetrieveResponse as TrackerRetrieveResponse,
|
|
502
|
+
type TrackerUpdateResponse as TrackerUpdateResponse,
|
|
503
|
+
type TrackerListResponse as TrackerListResponse,
|
|
504
|
+
type TrackerDeleteResponse as TrackerDeleteResponse,
|
|
505
|
+
type TrackerRetrieveVisitsResponse as TrackerRetrieveVisitsResponse,
|
|
506
|
+
type TrackerListResponsesSkipLimit as TrackerListResponsesSkipLimit,
|
|
507
|
+
type TrackerRetrieveVisitsResponsesSkipLimit as TrackerRetrieveVisitsResponsesSkipLimit,
|
|
508
|
+
type TrackerCreateParams as TrackerCreateParams,
|
|
509
|
+
type TrackerUpdateParams as TrackerUpdateParams,
|
|
510
|
+
type TrackerListParams as TrackerListParams,
|
|
511
|
+
type TrackerRetrieveVisitsParams as TrackerRetrieveVisitsParams,
|
|
512
|
+
};
|
|
513
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
export {
|
|
4
|
+
Items,
|
|
5
|
+
type ItemCreateResponse,
|
|
6
|
+
type ItemRetrieveResponse,
|
|
7
|
+
type ItemListResponse,
|
|
8
|
+
type ItemCreateParams,
|
|
9
|
+
type ItemRetrieveParams,
|
|
10
|
+
type ItemListParams,
|
|
11
|
+
type ItemListResponsesSkipLimit,
|
|
12
|
+
} from './items';
|
|
13
|
+
export {
|
|
14
|
+
VirtualMailboxes,
|
|
15
|
+
type VirtualMailboxCreateResponse,
|
|
16
|
+
type VirtualMailboxRetrieveResponse,
|
|
17
|
+
type VirtualMailboxListResponse,
|
|
18
|
+
type VirtualMailboxRetrieveAddressResponse,
|
|
19
|
+
type VirtualMailboxCreateParams,
|
|
20
|
+
type VirtualMailboxListParams,
|
|
21
|
+
type VirtualMailboxListResponsesSkipLimit,
|
|
22
|
+
} from './virtual-mailboxes';
|