btrz-api-client 8.30.0 → 8.32.0
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/.cursor/rules/jsdoc-endpoints.mdc +1 -1
- package/lib/client-standalone-min.js +3 -3
- package/lib/client.js +3 -0
- package/lib/endpoints/accounts/agencies.js +52 -0
- package/lib/endpoints/accounts/application-settings.js +23 -17
- package/lib/endpoints/accounts/applications.js +8 -7
- package/lib/endpoints/accounts/current-shifts.js +6 -1
- package/lib/endpoints/accounts/customers.js +31 -21
- package/lib/endpoints/accounts/domains.js +16 -12
- package/lib/endpoints/accounts/dynamic-forms.js +17 -5
- package/lib/endpoints/accounts/email-settings.js +22 -20
- package/lib/endpoints/accounts/email-templates.js +18 -6
- package/lib/endpoints/accounts/exchange-rates.js +13 -8
- package/lib/endpoints/accounts/exchange-receipts.js +10 -6
- package/lib/endpoints/accounts/external-customers.js +50 -0
- package/lib/endpoints/accounts/goal-settings.js +8 -7
- package/lib/endpoints/accounts/images.js +14 -15
- package/lib/endpoints/accounts/interline.js +35 -30
- package/lib/endpoints/accounts/journey-prices-settings.js +8 -6
- package/lib/endpoints/accounts/lexicons.js +48 -19
- package/lib/endpoints/accounts/market-pricing-settings.js +7 -6
- package/lib/endpoints/accounts/multiproduct-sales-settings.js +7 -6
- package/lib/endpoints/accounts/network.js +29 -17
- package/lib/endpoints/accounts/operation-settings.js +8 -7
- package/lib/endpoints/accounts/people-lookups.js +39 -21
- package/lib/endpoints/accounts/point-to-point-settings.js +6 -6
- package/lib/endpoints/accounts/print-settings.js +9 -7
- package/lib/endpoints/accounts/print-templates.js +71 -24
- package/lib/endpoints/accounts/printers.js +10 -5
- package/lib/endpoints/accounts/rms-settings.js +19 -11
- package/lib/endpoints/accounts/s3buckets.js +3 -3
- package/lib/endpoints/accounts/salesforce-settings.js +8 -7
- package/lib/endpoints/accounts/shift-settings.js +7 -7
- package/lib/endpoints/accounts/shifts.js +54 -15
- package/lib/endpoints/accounts/sms-templates.js +56 -18
- package/lib/endpoints/accounts/sub-print-templates.js +5 -3
- package/lib/endpoints/accounts/ticket-movement-settings.js +8 -5
- package/lib/endpoints/accounts/tokens.js +10 -3
- package/lib/endpoints/accounts/transport-regulation-settings.js +2 -2
- package/lib/endpoints/accounts/travellers.js +36 -17
- package/lib/endpoints/accounts/trusted-machines.js +19 -8
- package/lib/endpoints/accounts/twilio-settings.js +8 -6
- package/lib/endpoints/accounts/users.js +116 -70
- package/lib/endpoints/accounts/verified-emails.js +130 -0
- package/lib/endpoints/accounts/websales-config.js +15 -6
- package/lib/endpoints/btrzpay/cardpointe.js +5 -5
- package/lib/endpoints/btrzpay/customerCards.js +4 -4
- package/lib/endpoints/btrzpay/customers.js +3 -3
- package/lib/endpoints/btrzpay/datalogic.js +8 -9
- package/lib/endpoints/btrzpay/oxxo.js +5 -13
- package/lib/endpoints/btrzpay/payment-methods.js +25 -11
- package/lib/endpoints/btrzpay/payments.js +2 -2
- package/lib/endpoints/btrzpay/prismaTerminals.js +14 -21
- package/lib/endpoints/btrzpay/reference-numbers.js +1 -1
- package/lib/endpoints/btrzpay/referenced-payments.js +11 -1
- package/lib/endpoints/btrzpay/square.js +2 -2
- package/lib/endpoints/btrzpay/stripe-terminals.js +5 -5
- package/lib/endpoints/btrzpay/terminalPayments.js +15 -5
- package/lib/endpoints/coltrane/merged-fare-tables.js +1 -1
- package/lib/endpoints/coltrane/paths.js +9 -6
- package/lib/endpoints/gps/scanner-app-location.js +3 -2
- package/lib/endpoints/inventory/amenities.js +10 -7
- package/lib/endpoints/inventory/amenity-groups.js +11 -7
- package/lib/endpoints/inventory/banks.js +5 -11
- package/lib/endpoints/inventory/bare-routes.js +12 -4
- package/lib/endpoints/inventory/brands.js +10 -6
- package/lib/endpoints/inventory/bundle-fares.js +4 -2
- package/lib/endpoints/inventory/bundles.js +5 -2
- package/lib/endpoints/inventory/change-requests.js +23 -9
- package/lib/endpoints/inventory/companies.js +5 -2
- package/lib/endpoints/inventory/control-classes.js +34 -4
- package/lib/endpoints/inventory/countries.js +8 -3
- package/lib/endpoints/inventory/custom-content.js +8 -6
- package/lib/endpoints/inventory/custom-fields.js +9 -7
- package/lib/endpoints/inventory/document-types.js +8 -11
- package/lib/endpoints/inventory/external-passes.js +13 -4
- package/lib/endpoints/inventory/external-wallets.js +5 -6
- package/lib/endpoints/inventory/fallback-codes.js +11 -4
- package/lib/endpoints/inventory/fare-classes.js +6 -4
- package/lib/endpoints/inventory/fares.js +13 -7
- package/lib/endpoints/inventory/fees.js +8 -4
- package/lib/endpoints/inventory/filtered-trips-v2.js +1 -1
- package/lib/endpoints/inventory/filtered-trips.js +14 -2
- package/lib/endpoints/inventory/financing-costs.js +15 -8
- package/lib/endpoints/inventory/garages.js +7 -5
- package/lib/endpoints/inventory/getnet-terminals.js +12 -4
- package/lib/endpoints/inventory/gift-certificate-definitions.js +10 -11
- package/lib/endpoints/inventory/insurances.js +10 -7
- package/lib/endpoints/inventory/insurancesCost.js +8 -5
- package/lib/endpoints/inventory/items.js +22 -4
- package/lib/endpoints/inventory/journey-prices.js +36 -7
- package/lib/endpoints/inventory/labels.js +6 -5
- package/lib/endpoints/inventory/marital-status.js +8 -11
- package/lib/endpoints/inventory/marketplace-modifiers.js +16 -7
- package/lib/endpoints/inventory/mit-terminal-settings.js +5 -11
- package/lib/endpoints/inventory/mit-terminals.js +5 -11
- package/lib/endpoints/inventory/operating-companies.js +13 -10
- package/lib/endpoints/inventory/operation-messages.js +16 -7
- package/lib/endpoints/inventory/operation-reasons.js +11 -9
- package/lib/endpoints/inventory/parcel-zones.js +6 -5
- package/lib/endpoints/inventory/pay-on-accounts.js +9 -3
- package/lib/endpoints/inventory/payment-terminals.js +5 -11
- package/lib/endpoints/inventory/prisma-terminals.js +10 -6
- package/lib/endpoints/inventory/products.js +31 -7
- package/lib/endpoints/inventory/promos.js +29 -11
- package/lib/endpoints/inventory/routes.js +50 -31
- package/lib/endpoints/inventory/schedule-groups.js +7 -7
- package/lib/endpoints/inventory/schedules.js +24 -11
- package/lib/endpoints/inventory/seatclasses.js +5 -15
- package/lib/endpoints/inventory/seatfees.js +9 -6
- package/lib/endpoints/inventory/seatmaps.js +37 -10
- package/lib/endpoints/inventory/segments-information-tables.js +5 -4
- package/lib/endpoints/inventory/segments-information.js +4 -2
- package/lib/endpoints/inventory/service-numbers.js +9 -6
- package/lib/endpoints/inventory/service-types.js +5 -11
- package/lib/endpoints/inventory/ssrs.js +11 -3
- package/lib/endpoints/inventory/station-classes.js +12 -6
- package/lib/endpoints/inventory/station-groups.js +4 -3
- package/lib/endpoints/inventory/stations-provinces.js +1 -7
- package/lib/endpoints/inventory/stations-zones.js +3 -2
- package/lib/endpoints/inventory/stations.js +23 -5
- package/lib/endpoints/inventory/taxes.js +5 -6
- package/lib/endpoints/inventory/travel-routes.js +6 -4
- package/lib/endpoints/inventory/traveller-card-providers-types.js +1 -7
- package/lib/endpoints/inventory/traveller-card-providers.js +3 -9
- package/lib/endpoints/inventory/traveller-card-types.js +7 -6
- package/lib/endpoints/inventory/trips.js +2 -8
- package/lib/endpoints/inventory/vehicle-types.js +0 -1
- package/lib/endpoints/inventory/vehicles.js +17 -2
- package/lib/endpoints/inventory/zone-price-overages.js +4 -10
- package/lib/endpoints/inventory/zone-prices.js +12 -7
- package/lib/endpoints/invoices/dlink.js +3 -2
- package/lib/endpoints/invoices/emails.js +1 -7
- package/lib/endpoints/invoices/gti.js +2 -2
- package/lib/endpoints/invoices/infile.js +2 -2
- package/lib/endpoints/invoices/infileJson.js +2 -2
- package/lib/endpoints/invoices/invoices.js +14 -10
- package/lib/endpoints/invoices/pdfs.js +4 -3
- package/lib/endpoints/invoices/providers.js +12 -11
- package/lib/endpoints/invoices/providersSequences.js +5 -15
- package/lib/endpoints/invoices/system.js +2 -2
- package/lib/endpoints/invoices/tax-ids.js +1 -1
- package/lib/endpoints/notifications/customers.js +25 -5
- package/lib/endpoints/notifications/email.js +8 -3
- package/lib/endpoints/notifications/manifest-notifications.js +4 -3
- package/lib/endpoints/notifications/notify.js +20 -5
- package/lib/endpoints/notifications/orders-rules-validations.js +2 -8
- package/lib/endpoints/notifications/pdf-data.js +2 -1
- package/lib/endpoints/notifications/pdfs.js +2 -1
- package/lib/endpoints/notifications/printed-tickets.js +17 -6
- package/lib/endpoints/notifications/twilio.js +1 -7
- package/lib/endpoints/operations/accounting_items.js +9 -4
- package/lib/endpoints/operations/applied_insurance.js +8 -3
- package/lib/endpoints/operations/calendar_entries.js +7 -3
- package/lib/endpoints/operations/external-bookings.js +2 -8
- package/lib/endpoints/operations/flexpasses.js +1 -1
- package/lib/endpoints/operations/loans.js +10 -4
- package/lib/endpoints/operations/manifest.js +83 -33
- package/lib/endpoints/operations/manifest_leg_for_tickets.js +1 -2
- package/lib/endpoints/operations/movements.js +1 -7
- package/lib/endpoints/operations/outlook-trips.js +13 -3
- package/lib/endpoints/operations/parcels.js +20 -6
- package/lib/endpoints/operations/parcels_manifests.js +6 -16
- package/lib/endpoints/operations/passenger_check_in_info.js +3 -10
- package/lib/endpoints/operations/redemption.js +4 -4
- package/lib/endpoints/operations/rms.js +33 -6
- package/lib/endpoints/operations/scheduled_notifications.js +4 -11
- package/lib/endpoints/operations/segments.js +2 -2
- package/lib/endpoints/operations/sold-items-fulfillment.js +4 -3
- package/lib/endpoints/operations/sold-items.js +13 -4
- package/lib/endpoints/operations/tickets.js +4 -4
- package/lib/endpoints/operations/transaction.js +1 -1
- package/lib/endpoints/operations/transactions.js +6 -14
- package/lib/endpoints/operations/transport_regulations.js +1 -1
- package/lib/endpoints/operations/trip_change_info.js +13 -1
- package/lib/endpoints/operations/vehicle_assignments.js +10 -5
- package/lib/endpoints/operations/vouchers.js +2 -9
- package/lib/endpoints/operations/waitlists.js +2 -2
- package/lib/endpoints/sales/bundles.js +4 -2
- package/lib/endpoints/sales/cancellations.js +2 -2
- package/lib/endpoints/sales/cart-promo.js +2 -9
- package/lib/endpoints/sales/cart.js +30 -17
- package/lib/endpoints/sales/check-in-info.js +1 -7
- package/lib/endpoints/sales/custom-fields.js +4 -3
- package/lib/endpoints/sales/flexpasses.js +1 -7
- package/lib/endpoints/sales/gift-certificates.js +4 -2
- package/lib/endpoints/sales/order.js +6 -4
- package/lib/endpoints/sales/parcel-quotes.js +1 -1
- package/lib/endpoints/sales/payment-providers.js +6 -3
- package/lib/endpoints/sales/redeemable-items.js +16 -5
- package/lib/endpoints/sales/sync-entry.js +1 -1
- package/lib/endpoints/sales/voucher.js +1 -1
- package/package.json +1 -1
- package/src/client.js +3 -0
- package/src/endpoints/accounts/agencies.js +40 -0
- package/src/endpoints/accounts/application-settings.js +23 -17
- package/src/endpoints/accounts/applications.js +8 -7
- package/src/endpoints/accounts/current-shifts.js +6 -1
- package/src/endpoints/accounts/customers.js +31 -21
- package/src/endpoints/accounts/domains.js +16 -12
- package/src/endpoints/accounts/dynamic-forms.js +17 -5
- package/src/endpoints/accounts/email-settings.js +22 -20
- package/src/endpoints/accounts/email-templates.js +18 -6
- package/src/endpoints/accounts/exchange-rates.js +13 -8
- package/src/endpoints/accounts/exchange-receipts.js +10 -6
- package/src/endpoints/accounts/external-customers.js +37 -0
- package/src/endpoints/accounts/goal-settings.js +8 -7
- package/src/endpoints/accounts/images.js +14 -15
- package/src/endpoints/accounts/interline.js +35 -31
- package/src/endpoints/accounts/journey-prices-settings.js +8 -6
- package/src/endpoints/accounts/lexicons.js +48 -19
- package/src/endpoints/accounts/market-pricing-settings.js +7 -6
- package/src/endpoints/accounts/multiproduct-sales-settings.js +7 -6
- package/src/endpoints/accounts/network.js +29 -18
- package/src/endpoints/accounts/operation-settings.js +8 -7
- package/src/endpoints/accounts/people-lookups.js +39 -21
- package/src/endpoints/accounts/point-to-point-settings.js +6 -6
- package/src/endpoints/accounts/print-settings.js +9 -8
- package/src/endpoints/accounts/print-templates.js +65 -22
- package/src/endpoints/accounts/printers.js +10 -6
- package/src/endpoints/accounts/rms-settings.js +19 -11
- package/src/endpoints/accounts/s3buckets.js +3 -3
- package/src/endpoints/accounts/salesforce-settings.js +8 -7
- package/src/endpoints/accounts/shift-settings.js +7 -7
- package/src/endpoints/accounts/shifts.js +54 -15
- package/src/endpoints/accounts/sms-templates.js +56 -18
- package/src/endpoints/accounts/sub-print-templates.js +5 -3
- package/src/endpoints/accounts/ticket-movement-settings.js +8 -5
- package/src/endpoints/accounts/tokens.js +10 -3
- package/src/endpoints/accounts/transport-regulation-settings.js +2 -2
- package/src/endpoints/accounts/travellers.js +36 -17
- package/src/endpoints/accounts/trusted-machines.js +19 -8
- package/src/endpoints/accounts/twilio-settings.js +8 -6
- package/src/endpoints/accounts/users.js +53 -12
- package/src/endpoints/accounts/verified-emails.js +100 -0
- package/src/endpoints/accounts/websales-config.js +15 -6
- package/src/endpoints/btrzpay/cardpointe.js +5 -5
- package/src/endpoints/btrzpay/customerCards.js +4 -4
- package/src/endpoints/btrzpay/customers.js +3 -3
- package/src/endpoints/btrzpay/datalogic.js +8 -9
- package/src/endpoints/btrzpay/oxxo.js +5 -13
- package/src/endpoints/btrzpay/payment-methods.js +25 -11
- package/src/endpoints/btrzpay/payments.js +2 -2
- package/src/endpoints/btrzpay/prismaTerminals.js +14 -21
- package/src/endpoints/btrzpay/reference-numbers.js +1 -1
- package/src/endpoints/btrzpay/referenced-payments.js +10 -2
- package/src/endpoints/btrzpay/square.js +2 -2
- package/src/endpoints/btrzpay/stripe-terminals.js +5 -5
- package/src/endpoints/btrzpay/terminalPayments.js +15 -5
- package/src/endpoints/coltrane/merged-fare-tables.js +1 -1
- package/src/endpoints/coltrane/paths.js +9 -6
- package/src/endpoints/gps/scanner-app-location.js +3 -2
- package/src/endpoints/inventory/amenities.js +10 -7
- package/src/endpoints/inventory/amenity-groups.js +11 -7
- package/src/endpoints/inventory/banks.js +5 -11
- package/src/endpoints/inventory/bare-routes.js +12 -4
- package/src/endpoints/inventory/brands.js +10 -6
- package/src/endpoints/inventory/bundle-fares.js +4 -2
- package/src/endpoints/inventory/bundles.js +5 -2
- package/src/endpoints/inventory/change-requests.js +23 -9
- package/src/endpoints/inventory/companies.js +5 -2
- package/src/endpoints/inventory/control-classes.js +34 -4
- package/src/endpoints/inventory/countries.js +8 -3
- package/src/endpoints/inventory/custom-content.js +8 -6
- package/src/endpoints/inventory/custom-fields.js +9 -7
- package/src/endpoints/inventory/document-types.js +8 -11
- package/src/endpoints/inventory/external-passes.js +13 -4
- package/src/endpoints/inventory/external-wallets.js +5 -6
- package/src/endpoints/inventory/fallback-codes.js +11 -4
- package/src/endpoints/inventory/fare-classes.js +6 -4
- package/src/endpoints/inventory/fares.js +13 -7
- package/src/endpoints/inventory/fees.js +8 -4
- package/src/endpoints/inventory/filtered-trips-v2.js +1 -1
- package/src/endpoints/inventory/filtered-trips.js +14 -2
- package/src/endpoints/inventory/financing-costs.js +15 -8
- package/src/endpoints/inventory/garages.js +7 -5
- package/src/endpoints/inventory/getnet-terminals.js +12 -4
- package/src/endpoints/inventory/gift-certificate-definitions.js +10 -11
- package/src/endpoints/inventory/insurances.js +10 -7
- package/src/endpoints/inventory/insurancesCost.js +8 -5
- package/src/endpoints/inventory/items.js +22 -4
- package/src/endpoints/inventory/journey-prices.js +36 -7
- package/src/endpoints/inventory/labels.js +6 -5
- package/src/endpoints/inventory/marital-status.js +8 -11
- package/src/endpoints/inventory/marketplace-modifiers.js +16 -7
- package/src/endpoints/inventory/mit-terminal-settings.js +5 -11
- package/src/endpoints/inventory/mit-terminals.js +5 -11
- package/src/endpoints/inventory/operating-companies.js +13 -10
- package/src/endpoints/inventory/operation-messages.js +16 -7
- package/src/endpoints/inventory/operation-reasons.js +11 -9
- package/src/endpoints/inventory/parcel-zones.js +6 -5
- package/src/endpoints/inventory/pay-on-accounts.js +9 -3
- package/src/endpoints/inventory/payment-terminals.js +5 -11
- package/src/endpoints/inventory/prisma-terminals.js +10 -6
- package/src/endpoints/inventory/products.js +31 -7
- package/src/endpoints/inventory/promos.js +29 -11
- package/src/endpoints/inventory/routes.js +50 -31
- package/src/endpoints/inventory/schedule-groups.js +7 -7
- package/src/endpoints/inventory/schedules.js +24 -11
- package/src/endpoints/inventory/seatclasses.js +5 -15
- package/src/endpoints/inventory/seatfees.js +9 -6
- package/src/endpoints/inventory/seatmaps.js +37 -10
- package/src/endpoints/inventory/segments-information-tables.js +5 -4
- package/src/endpoints/inventory/segments-information.js +4 -2
- package/src/endpoints/inventory/service-numbers.js +9 -6
- package/src/endpoints/inventory/service-types.js +5 -11
- package/src/endpoints/inventory/ssrs.js +11 -3
- package/src/endpoints/inventory/station-classes.js +12 -6
- package/src/endpoints/inventory/station-groups.js +4 -3
- package/src/endpoints/inventory/stations-provinces.js +1 -7
- package/src/endpoints/inventory/stations-zones.js +3 -2
- package/src/endpoints/inventory/stations.js +23 -5
- package/src/endpoints/inventory/taxes.js +5 -6
- package/src/endpoints/inventory/travel-routes.js +6 -4
- package/src/endpoints/inventory/traveller-card-providers-types.js +1 -7
- package/src/endpoints/inventory/traveller-card-providers.js +3 -9
- package/src/endpoints/inventory/traveller-card-types.js +7 -6
- package/src/endpoints/inventory/trips.js +2 -8
- package/src/endpoints/inventory/vehicle-types.js +0 -1
- package/src/endpoints/inventory/vehicles.js +17 -2
- package/src/endpoints/inventory/zone-price-overages.js +4 -10
- package/src/endpoints/inventory/zone-prices.js +12 -7
- package/src/endpoints/invoices/dlink.js +3 -2
- package/src/endpoints/invoices/emails.js +1 -7
- package/src/endpoints/invoices/gti.js +2 -2
- package/src/endpoints/invoices/infile.js +2 -2
- package/src/endpoints/invoices/infileJson.js +2 -2
- package/src/endpoints/invoices/invoices.js +14 -10
- package/src/endpoints/invoices/pdfs.js +4 -3
- package/src/endpoints/invoices/providers.js +12 -11
- package/src/endpoints/invoices/providersSequences.js +5 -15
- package/src/endpoints/invoices/system.js +2 -2
- package/src/endpoints/invoices/tax-ids.js +1 -1
- package/src/endpoints/notifications/customers.js +25 -5
- package/src/endpoints/notifications/email.js +8 -3
- package/src/endpoints/notifications/manifest-notifications.js +4 -3
- package/src/endpoints/notifications/notify.js +20 -5
- package/src/endpoints/notifications/orders-rules-validations.js +2 -8
- package/src/endpoints/notifications/pdf-data.js +2 -1
- package/src/endpoints/notifications/pdfs.js +2 -1
- package/src/endpoints/notifications/printed-tickets.js +17 -7
- package/src/endpoints/notifications/twilio.js +1 -7
- package/src/endpoints/operations/accounting_items.js +9 -4
- package/src/endpoints/operations/applied_insurance.js +9 -2
- package/src/endpoints/operations/calendar_entries.js +7 -3
- package/src/endpoints/operations/external-bookings.js +2 -8
- package/src/endpoints/operations/flexpasses.js +1 -1
- package/src/endpoints/operations/loans.js +10 -4
- package/src/endpoints/operations/manifest.js +83 -33
- package/src/endpoints/operations/manifest_leg_for_tickets.js +1 -2
- package/src/endpoints/operations/movements.js +1 -7
- package/src/endpoints/operations/outlook-trips.js +13 -3
- package/src/endpoints/operations/parcels.js +20 -6
- package/src/endpoints/operations/parcels_manifests.js +6 -16
- package/src/endpoints/operations/passenger_check_in_info.js +3 -10
- package/src/endpoints/operations/redemption.js +4 -4
- package/src/endpoints/operations/rms.js +33 -6
- package/src/endpoints/operations/scheduled_notifications.js +4 -11
- package/src/endpoints/operations/segments.js +2 -2
- package/src/endpoints/operations/sold-items-fulfillment.js +4 -3
- package/src/endpoints/operations/sold-items.js +13 -4
- package/src/endpoints/operations/tickets.js +4 -4
- package/src/endpoints/operations/transaction.js +1 -1
- package/src/endpoints/operations/transactions.js +6 -14
- package/src/endpoints/operations/transport_regulations.js +1 -1
- package/src/endpoints/operations/trip_change_info.js +13 -1
- package/src/endpoints/operations/vehicle_assignments.js +10 -5
- package/src/endpoints/operations/vouchers.js +2 -9
- package/src/endpoints/operations/waitlists.js +2 -2
- package/src/endpoints/sales/bundles.js +4 -2
- package/src/endpoints/sales/cancellations.js +2 -2
- package/src/endpoints/sales/cart-promo.js +2 -9
- package/src/endpoints/sales/cart.js +30 -17
- package/src/endpoints/sales/check-in-info.js +1 -7
- package/src/endpoints/sales/custom-fields.js +4 -3
- package/src/endpoints/sales/flexpasses.js +1 -7
- package/src/endpoints/sales/gift-certificates.js +4 -2
- package/src/endpoints/sales/order.js +6 -4
- package/src/endpoints/sales/parcel-quotes.js +1 -1
- package/src/endpoints/sales/payment-providers.js +6 -3
- package/src/endpoints/sales/redeemable-items.js +16 -5
- package/src/endpoints/sales/sync-entry.js +1 -1
- package/src/endpoints/sales/voucher.js +1 -1
- package/test/endpoints/accounts/agencies.test.js +58 -0
- package/test/endpoints/accounts/external-customers.test.js +62 -0
- package/test/endpoints/accounts/users.js +10 -0
- package/test/endpoints/accounts/verified-emails.test.js +35 -0
- package/types/endpoints/accounts/users.d.ts +2 -1
- package/types/endpoints/accounts/verified-emails.d.ts +19 -0
|
@@ -1,16 +1,41 @@
|
|
|
1
1
|
/* eslint-disable max-len */
|
|
2
2
|
const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* Query params for GET /users (btrz-api-accounts). See get-users getSpec().
|
|
6
|
+
* @typedef {Object} GetUsersListQuery
|
|
7
|
+
* @property {number} [page] - Page number (1-based). When provided, response is limited to pageSize items.
|
|
8
|
+
* @property {string} [deleted] - "true" | "false" to filter by deleted flag
|
|
9
|
+
* @property {string} [firstName] - Filter by first name (prefix, case-insensitive)
|
|
10
|
+
* @property {string} [lastName] - Filter by last name (prefix, case-insensitive)
|
|
11
|
+
* @property {string} [display] - Filter by display name (prefix, case-insensitive)
|
|
12
|
+
* @property {string} [externalId] - Filter by external ID (exact)
|
|
13
|
+
* @property {string} [employeeNumber] - Filter by employee number (exact)
|
|
14
|
+
* @property {string} [email] - Filter by email (prefix, case-insensitive)
|
|
15
|
+
* @property {string} [assignableToManifest] - "true" | "false"
|
|
16
|
+
* @property {string} [role] - Filter users that have this role (role key)
|
|
17
|
+
* @property {string} [excludedRoles] - Comma-separated role keys to exclude
|
|
18
|
+
* @property {string} [preferredLocationId] - Filter by preferred location ID
|
|
19
|
+
* @property {string} [preferredLocationIds] - Filter by preferred location IDs
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Query params for GET /users/:userId/sequences (btrz-api-accounts). See get-user-sequences-handler getSpec().
|
|
24
|
+
* @typedef {Object} UserSequencesListQuery
|
|
25
|
+
* @property {string} [status] - inUse | notAvailable
|
|
26
|
+
* @property {boolean} [nextSequenceNumber] - Include next sequence number
|
|
27
|
+
*/
|
|
28
|
+
|
|
4
29
|
/**
|
|
5
30
|
* Factory for users API (btrz-api-accounts).
|
|
6
31
|
* @param {Object} deps
|
|
7
32
|
* @param {import("axios").AxiosInstance} deps.client
|
|
8
33
|
* @param {{ getToken: function(): string }} [deps.internalAuthTokenProvider]
|
|
9
|
-
* @returns {{ get: function, getV2: function, all: function, create: function, login: function, update: function, createOrUpdateMany: function, impersonate: function, startMfa: function, confirmMfa: function, disableMfa: function, sequences: { get: function, all: function, create: function, update: function, transfer: function } }}
|
|
34
|
+
* @returns {{ get: function, getV2: function, all: function, create: function, login: function, update: function, delete: function, createOrUpdateMany: function, impersonate: function, startMfa: function, confirmMfa: function, disableMfa: function, sequences: { get: function, all: function, create: function, update: function, transfer: function } }}
|
|
10
35
|
*/
|
|
11
36
|
function usersFactory({client, internalAuthTokenProvider}) {
|
|
12
37
|
/**
|
|
13
|
-
* GET /user/:id - get a user by id (legacy).
|
|
38
|
+
* GET /user/:id - get a user by id (legacy). API does not accept query params.
|
|
14
39
|
* @param {Object} opts
|
|
15
40
|
* @param {string} [opts.token] - API key
|
|
16
41
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -26,7 +51,7 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
26
51
|
}
|
|
27
52
|
|
|
28
53
|
/**
|
|
29
|
-
* GET /users/:id - get a user by id (v2).
|
|
54
|
+
* GET /users/:id - get a user by id (v2). API does not accept query params.
|
|
30
55
|
* @param {Object} opts
|
|
31
56
|
* @param {string} [opts.token] - API key
|
|
32
57
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -42,11 +67,11 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
42
67
|
}
|
|
43
68
|
|
|
44
69
|
/**
|
|
45
|
-
* GET /users - list users.
|
|
70
|
+
* GET /users - list users with optional pagination and filters.
|
|
46
71
|
* @param {Object} opts
|
|
47
72
|
* @param {string} [opts.token] - API key
|
|
48
73
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
49
|
-
* @param {
|
|
74
|
+
* @param {GetUsersListQuery} [opts.query] - Query params (page, deleted, firstName, lastName, display, externalId, employeeNumber, email, assignableToManifest, role, excludedRoles, preferredLocationId, preferredLocationIds)
|
|
50
75
|
* @param {Object} [opts.headers] - Optional headers
|
|
51
76
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
52
77
|
*/
|
|
@@ -63,7 +88,6 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
63
88
|
* @param {Object} opts
|
|
64
89
|
* @param {string} [opts.token] - API key
|
|
65
90
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
66
|
-
* @param {Object} [opts.query] - Query params
|
|
67
91
|
* @param {Object} opts.data - Login payload
|
|
68
92
|
* @param {Object} [opts.headers] - Optional headers
|
|
69
93
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
@@ -83,7 +107,6 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
83
107
|
* @param {Object} opts
|
|
84
108
|
* @param {string} [opts.token] - API key
|
|
85
109
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
86
|
-
* @param {Object} [opts.query] - Query params
|
|
87
110
|
* @param {Object} opts.data - User data
|
|
88
111
|
* @param {Object} [opts.headers] - Optional headers
|
|
89
112
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
@@ -93,14 +116,14 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
93
116
|
}
|
|
94
117
|
|
|
95
118
|
/**
|
|
96
|
-
* PUT /users/:userId - update a user.
|
|
119
|
+
* PUT /users/:userId - update a user. Emits webhook user.updated.
|
|
97
120
|
* @param {Object} opts
|
|
98
121
|
* @param {string} [opts.token] - API key
|
|
99
122
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
100
123
|
* @param {string} opts.userId - User id (ObjectId)
|
|
101
|
-
* @param {Object} opts.user - User payload
|
|
124
|
+
* @param {Object} opts.user - User payload (allowed fields per PUT /users/:userId spec)
|
|
102
125
|
* @param {Object} [opts.headers] - Optional headers
|
|
103
|
-
* @returns {Promise<import("axios").AxiosResponse
|
|
126
|
+
* @returns {Promise<import("axios").AxiosResponse<{ user: Object }>>}
|
|
104
127
|
*/
|
|
105
128
|
function update({token, jwtToken, userId, user, headers}) {
|
|
106
129
|
return client({
|
|
@@ -111,6 +134,23 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
111
134
|
});
|
|
112
135
|
}
|
|
113
136
|
|
|
137
|
+
/**
|
|
138
|
+
* DELETE /users/:id - delete a user. Emits webhook user.deleted. Returns 204 on success.
|
|
139
|
+
* @param {Object} opts
|
|
140
|
+
* @param {string} [opts.token] - API key
|
|
141
|
+
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
142
|
+
* @param {string} opts.id - User id (ObjectId)
|
|
143
|
+
* @param {Object} [opts.headers] - Optional headers
|
|
144
|
+
* @returns {Promise<import("axios").AxiosResponse>}
|
|
145
|
+
*/
|
|
146
|
+
function deleteUser({token, jwtToken, id, headers}) {
|
|
147
|
+
return client({
|
|
148
|
+
url: `/users/${id}`,
|
|
149
|
+
method: "delete",
|
|
150
|
+
headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
|
|
114
154
|
/**
|
|
115
155
|
* POST /users/import - create or update many users.
|
|
116
156
|
* @param {Object} opts
|
|
@@ -202,7 +242,7 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
202
242
|
|
|
203
243
|
const sequences = {
|
|
204
244
|
/**
|
|
205
|
-
* GET /users/:userId/sequences/:sequenceId - get a sequence.
|
|
245
|
+
* GET /users/:userId/sequences/:sequenceId - get a sequence. API does not accept query params.
|
|
206
246
|
* @param {Object} opts
|
|
207
247
|
* @param {string} [opts.token] - API key
|
|
208
248
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -223,7 +263,7 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
223
263
|
* @param {string} [opts.token] - API key
|
|
224
264
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
225
265
|
* @param {string} opts.userId - User id (ObjectId)
|
|
226
|
-
* @param {
|
|
266
|
+
* @param {UserSequencesListQuery} [opts.query] - Query params (status, nextSequenceNumber)
|
|
227
267
|
* @param {Object} [opts.headers] - Optional headers
|
|
228
268
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
229
269
|
*/
|
|
@@ -302,6 +342,7 @@ function usersFactory({client, internalAuthTokenProvider}) {
|
|
|
302
342
|
create,
|
|
303
343
|
login,
|
|
304
344
|
update,
|
|
345
|
+
delete: deleteUser,
|
|
305
346
|
createOrUpdateMany,
|
|
306
347
|
impersonate,
|
|
307
348
|
startMfa,
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Query params for GET /verified-emails (btrz-api-accounts). See get-handler getSpec().
|
|
5
|
+
* @typedef {Object} VerifiedEmailsListQuery
|
|
6
|
+
* @property {number} [page] - Page number (1-based). Default 1.
|
|
7
|
+
* @property {number} [pageSize] - Page size. Default 20.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Factory for verified-emails API (btrz-api-accounts).
|
|
12
|
+
* @param {Object} deps
|
|
13
|
+
* @param {import("axios").AxiosInstance} deps.client
|
|
14
|
+
* @param {{ getToken: function(): string }} [deps.internalAuthTokenProvider]
|
|
15
|
+
* @returns {{ all: function, get: function, create: function, update: function }}
|
|
16
|
+
*/
|
|
17
|
+
function verifiedEmailsFactory({client, internalAuthTokenProvider}) {
|
|
18
|
+
/**
|
|
19
|
+
* GET /verified-emails - list verified emails for the account (paginated).
|
|
20
|
+
* @param {Object} opts
|
|
21
|
+
* @param {string} [opts.token] - API key
|
|
22
|
+
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
23
|
+
* @param {VerifiedEmailsListQuery} [opts.query] - Query params (page, pageSize)
|
|
24
|
+
* @param {Object} [opts.headers] - Optional headers
|
|
25
|
+
* @returns {Promise<import("axios").AxiosResponse<{ verifiedEmails: Array }>>}
|
|
26
|
+
* Errors: 401, 500
|
|
27
|
+
*/
|
|
28
|
+
function all({token, jwtToken, query = {}, headers}) {
|
|
29
|
+
return client({
|
|
30
|
+
url: "/verified-emails",
|
|
31
|
+
headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
|
|
32
|
+
params: query
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* GET /verified-emails/:email - get a verified email by email address.
|
|
38
|
+
* @param {Object} opts
|
|
39
|
+
* @param {string} [opts.token] - API key
|
|
40
|
+
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
41
|
+
* @param {string} opts.email - Email address (path parameter)
|
|
42
|
+
* @param {Object} [opts.headers] - Optional headers
|
|
43
|
+
* @returns {Promise<import("axios").AxiosResponse<{ verifiedEmail: Object }>>}
|
|
44
|
+
* Errors: 400 (WRONG_DATA), 401, 404 (VERIFIED_EMAIL_NOT_FOUND), 500
|
|
45
|
+
*/
|
|
46
|
+
function get({token, jwtToken, email, headers}) {
|
|
47
|
+
return client({
|
|
48
|
+
url: `/verified-emails/${encodeURIComponent(email)}`,
|
|
49
|
+
headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* POST /verified-emails - create a verified email. Emits webhook verifiedEmails.created.
|
|
55
|
+
* @param {Object} opts
|
|
56
|
+
* @param {string} [opts.token] - API key
|
|
57
|
+
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
58
|
+
* @param {Object} opts.data - Body: email (required), status (BLACKLISTED | BLOCKED | WHITELISTED), optional QEVResponse
|
|
59
|
+
* @param {Object} [opts.headers] - Optional headers
|
|
60
|
+
* @returns {Promise<import("axios").AxiosResponse<{ verifiedEmail: Object }>>}
|
|
61
|
+
* Errors: 400 (WRONG_DATA, INVALID_STATUS), 401, 500
|
|
62
|
+
*/
|
|
63
|
+
function create({token, jwtToken, data, headers}) {
|
|
64
|
+
return client({
|
|
65
|
+
url: "/verified-emails",
|
|
66
|
+
method: "post",
|
|
67
|
+
headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
|
|
68
|
+
data
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* PUT /verified-emails/:email - update a verified email. Emits webhook verifiedEmails.updated.
|
|
74
|
+
* @param {Object} opts
|
|
75
|
+
* @param {string} [opts.token] - API key
|
|
76
|
+
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
77
|
+
* @param {string} opts.email - Email address (path parameter)
|
|
78
|
+
* @param {Object} opts.data - Body: status (BLACKLISTED | BLOCKED | WHITELISTED), optional QEVResponse
|
|
79
|
+
* @param {Object} [opts.headers] - Optional headers
|
|
80
|
+
* @returns {Promise<import("axios").AxiosResponse<{ verifiedEmail: Object }>>}
|
|
81
|
+
* Errors: 400 (INVALID_STATUS, VERIFIED_EMAIL_BLOCKED), 401, 404 (VERIFIED_EMAIL_NOT_FOUND), 500
|
|
82
|
+
*/
|
|
83
|
+
function update({token, jwtToken, email, data, headers}) {
|
|
84
|
+
return client({
|
|
85
|
+
url: `/verified-emails/${encodeURIComponent(email)}`,
|
|
86
|
+
method: "put",
|
|
87
|
+
headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
|
|
88
|
+
data
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
all,
|
|
94
|
+
get,
|
|
95
|
+
create,
|
|
96
|
+
update
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
module.exports = verifiedEmailsFactory;
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
/* eslint-disable import/extensions */
|
|
2
2
|
const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* Query params for GET /websales-config (btrz-api-accounts). See get-handler getSpec().
|
|
6
|
+
* @typedef {Object} WebsalesConfigListQuery
|
|
7
|
+
* @property {string} [domain] - Filter by domain
|
|
8
|
+
* @property {string} [providerId] - Provider id for websales-config (ObjectId)
|
|
9
|
+
*/
|
|
10
|
+
|
|
4
11
|
/**
|
|
5
12
|
* Factory for websales-config API (btrz-api-accounts).
|
|
6
13
|
* @param {Object} deps
|
|
@@ -10,13 +17,14 @@ const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
|
10
17
|
*/
|
|
11
18
|
function websalesConfigFactory({client, internalAuthTokenProvider}) {
|
|
12
19
|
/**
|
|
13
|
-
* GET /websales-config - get websales config
|
|
20
|
+
* GET /websales-config - get websales config list (paginated). Query: domain, providerId.
|
|
14
21
|
* @param {Object} opts
|
|
15
22
|
* @param {string} [opts.token] - API key
|
|
16
23
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
17
|
-
* @param {
|
|
24
|
+
* @param {WebsalesConfigListQuery} [opts.query] - Query params (domain, providerId)
|
|
18
25
|
* @param {Object} [opts.headers] - Optional headers
|
|
19
|
-
* @returns {Promise<import("axios").AxiosResponse
|
|
26
|
+
* @returns {Promise<import("axios").AxiosResponse<{ websalesConfig: Array, next?: string, previous?: string, count?: number }>>}
|
|
27
|
+
* Errors: 401, 500
|
|
20
28
|
*/
|
|
21
29
|
function get({token, jwtToken, query = {}, headers}) {
|
|
22
30
|
return client({
|
|
@@ -27,14 +35,15 @@ function websalesConfigFactory({client, internalAuthTokenProvider}) {
|
|
|
27
35
|
}
|
|
28
36
|
|
|
29
37
|
/**
|
|
30
|
-
* PUT /websales-config/:websalesConfigId - update websales config.
|
|
38
|
+
* PUT /websales-config/:websalesConfigId - update websales config. Emits webhook websalesConfig.updated.
|
|
31
39
|
* @param {Object} opts
|
|
32
40
|
* @param {string} [opts.token] - API key
|
|
33
41
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
34
42
|
* @param {string} opts.websalesConfigId - Websales config id (ObjectId)
|
|
35
|
-
* @param {Object} opts.websalesConfig - Config payload
|
|
43
|
+
* @param {Object} opts.websalesConfig - Config payload (WebsalesConfigPutData; SSO cannot be updated)
|
|
36
44
|
* @param {Object} [opts.headers] - Optional headers
|
|
37
|
-
* @returns {Promise<import("axios").AxiosResponse
|
|
45
|
+
* @returns {Promise<import("axios").AxiosResponse<{ websalesConfig: Object }>>}
|
|
46
|
+
* Errors: 400, 401, 404 (WEBSALESCONFIG_NOT_FOUND), 409, 500
|
|
38
47
|
*/
|
|
39
48
|
function update({token, jwtToken, websalesConfigId, websalesConfig, headers}) {
|
|
40
49
|
return client({
|
|
@@ -11,7 +11,7 @@ const {
|
|
|
11
11
|
*/
|
|
12
12
|
function cardpointeTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
13
13
|
/**
|
|
14
|
-
* GET /cardpointe-terminals - list Cardpointe terminals.
|
|
14
|
+
* GET /cardpointe-terminals - list Cardpointe terminals. API does not accept query params.
|
|
15
15
|
* @param {Object} opts
|
|
16
16
|
* @param {string} [opts.token] - API key
|
|
17
17
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -28,7 +28,7 @@ function cardpointeTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
|
-
* DELETE /cardpointe-terminals/:merchantId/:terminalId - remove terminal.
|
|
31
|
+
* DELETE /cardpointe-terminals/:merchantId/:terminalId - remove terminal. API does not accept query params.
|
|
32
32
|
* @param {Object} opts
|
|
33
33
|
* @param {string} [opts.token] - API key
|
|
34
34
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -47,7 +47,7 @@ function cardpointeTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
|
47
47
|
|
|
48
48
|
const readCard = {
|
|
49
49
|
/**
|
|
50
|
-
* GET /cardpointe-terminals/read-card/:readCardResultId - get read card result.
|
|
50
|
+
* GET /cardpointe-terminals/read-card/:readCardResultId - get read card result. API does not accept query params.
|
|
51
51
|
* @param {Object} opts
|
|
52
52
|
* @param {string} [opts.token] - API key
|
|
53
53
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -62,7 +62,7 @@ function cardpointeTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
|
62
62
|
});
|
|
63
63
|
},
|
|
64
64
|
/**
|
|
65
|
-
* POST /cardpointe-terminals/read-card - create read card.
|
|
65
|
+
* POST /cardpointe-terminals/read-card - create read card. API does not accept query params.
|
|
66
66
|
* @param {Object} opts
|
|
67
67
|
* @param {string} [opts.token] - API key
|
|
68
68
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -83,7 +83,7 @@ function cardpointeTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
|
83
83
|
|
|
84
84
|
const ping = {
|
|
85
85
|
/**
|
|
86
|
-
* POST /cardpointe-terminals/ping - create ping.
|
|
86
|
+
* POST /cardpointe-terminals/ping - create ping. API does not accept query params.
|
|
87
87
|
* @param {Object} opts
|
|
88
88
|
* @param {string} [opts.token] - API key
|
|
89
89
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -9,7 +9,7 @@ const {authorizationHeaders} = require("../endpoints_helpers.js");
|
|
|
9
9
|
*/
|
|
10
10
|
function customerCardsFactory({client, internalAuthTokenProvider}) {
|
|
11
11
|
/**
|
|
12
|
-
* GET /payment-methods/:paymentMethodId/customers/:customerId/cards/:customerCardId - get card.
|
|
12
|
+
* GET /payment-methods/:paymentMethodId/customers/:customerId/cards/:customerCardId - get card. API does not accept query params.
|
|
13
13
|
* @param {Object} opts
|
|
14
14
|
* @param {string} [opts.token] - API key
|
|
15
15
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -27,7 +27,7 @@ function customerCardsFactory({client, internalAuthTokenProvider}) {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* GET /payment-methods/:paymentMethodId/customers/:customerId/cards - list cards.
|
|
30
|
+
* GET /payment-methods/:paymentMethodId/customers/:customerId/cards - list cards. API does not accept query params.
|
|
31
31
|
* @param {Object} opts
|
|
32
32
|
* @param {string} [opts.token] - API key
|
|
33
33
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -44,7 +44,7 @@ function customerCardsFactory({client, internalAuthTokenProvider}) {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* POST /payment-methods/:paymentMethodId/customers/:customerId/cards - create card.
|
|
47
|
+
* POST /payment-methods/:paymentMethodId/customers/:customerId/cards - create card. API does not accept query params.
|
|
48
48
|
* @param {Object} opts
|
|
49
49
|
* @param {string} [opts.token] - API key
|
|
50
50
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -64,7 +64,7 @@ function customerCardsFactory({client, internalAuthTokenProvider}) {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* DELETE /payment-methods/:paymentMethodId/customers/:customerId/cards/:customerCardId - remove card.
|
|
67
|
+
* DELETE /payment-methods/:paymentMethodId/customers/:customerId/cards/:customerCardId - remove card. API does not accept query params.
|
|
68
68
|
* @param {Object} opts
|
|
69
69
|
* @param {string} [opts.token] - API key
|
|
70
70
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -9,7 +9,7 @@ const {authorizationHeaders} = require("../endpoints_helpers.js");
|
|
|
9
9
|
*/
|
|
10
10
|
function customersFactory({client, internalAuthTokenProvider}) {
|
|
11
11
|
/**
|
|
12
|
-
* GET /payment-methods/:paymentMethodId/customers/:customerId - get customer.
|
|
12
|
+
* GET /payment-methods/:paymentMethodId/customers/:customerId - get customer. API does not accept query params.
|
|
13
13
|
* @param {Object} opts
|
|
14
14
|
* @param {string} [opts.token] - API key
|
|
15
15
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -26,7 +26,7 @@ function customersFactory({client, internalAuthTokenProvider}) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* POST /payment-methods/:paymentMethodId/customers - create customer.
|
|
29
|
+
* POST /payment-methods/:paymentMethodId/customers - create customer. API does not accept query params.
|
|
30
30
|
* @param {Object} opts
|
|
31
31
|
* @param {string} [opts.token] - API key
|
|
32
32
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -45,7 +45,7 @@ function customersFactory({client, internalAuthTokenProvider}) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
-
* DELETE /payment-methods/:paymentMethodId/customers/:customerId - remove customer.
|
|
48
|
+
* DELETE /payment-methods/:paymentMethodId/customers/:customerId - remove customer. API does not accept query params.
|
|
49
49
|
* @param {Object} opts
|
|
50
50
|
* @param {string} [opts.token] - API key
|
|
51
51
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -3,8 +3,9 @@ const {
|
|
|
3
3
|
} = require("./../endpoints_helpers.js");
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
* @
|
|
6
|
+
* Query params for GET /datalogic/payments (btrz-api-payments). See get-payments-handler getSpec().
|
|
7
|
+
* @typedef {Object} DatalogicPaymentsListQuery
|
|
8
|
+
* @property {string} [referenceNumber] - The payment reference number
|
|
8
9
|
*/
|
|
9
10
|
|
|
10
11
|
/**
|
|
@@ -21,7 +22,7 @@ function datalogicFactory({client}) {
|
|
|
21
22
|
* @param {Object} opts
|
|
22
23
|
* @param {string} [opts.token] - API key
|
|
23
24
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
24
|
-
* @param {
|
|
25
|
+
* @param {DatalogicPaymentsListQuery} [opts.query] - Query params (referenceNumber)
|
|
25
26
|
* @param {Object} [opts.headers] - Optional headers
|
|
26
27
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
27
28
|
*/
|
|
@@ -33,13 +34,12 @@ function datalogicFactory({client}) {
|
|
|
33
34
|
});
|
|
34
35
|
},
|
|
35
36
|
/**
|
|
36
|
-
* POST /datalogic/payments/:referenceNumber - update Datalogic payment.
|
|
37
|
+
* POST /datalogic/payments/:referenceNumber - update Datalogic payment. API does not accept query params.
|
|
37
38
|
* @param {Object} opts
|
|
38
39
|
* @param {string} [opts.token] - API key
|
|
39
40
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
40
41
|
* @param {string} opts.referenceNumber - Reference number
|
|
41
42
|
* @param {Object} [opts.data] - Request body
|
|
42
|
-
* @param {DatalogicQuery} [opts.query] - Query params
|
|
43
43
|
* @param {Object} [opts.headers] - Optional headers
|
|
44
44
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
45
45
|
*/
|
|
@@ -53,13 +53,12 @@ function datalogicFactory({client}) {
|
|
|
53
53
|
});
|
|
54
54
|
},
|
|
55
55
|
/**
|
|
56
|
-
* POST /datalogic/reverse/:referenceNumber - reverse Datalogic payment.
|
|
56
|
+
* POST /datalogic/reverse/:referenceNumber - reverse Datalogic payment. API does not accept query params.
|
|
57
57
|
* @param {Object} opts
|
|
58
58
|
* @param {string} [opts.token] - API key
|
|
59
59
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
60
60
|
* @param {string} opts.referenceNumber - Reference number
|
|
61
61
|
* @param {Object} [opts.data] - Request body
|
|
62
|
-
* @param {DatalogicQuery} [opts.query] - Query params
|
|
63
62
|
* @param {Object} [opts.headers] - Optional headers
|
|
64
63
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
65
64
|
*/
|
|
@@ -76,7 +75,7 @@ function datalogicFactory({client}) {
|
|
|
76
75
|
|
|
77
76
|
const referenceNumber = {
|
|
78
77
|
/**
|
|
79
|
-
* GET /datalogic/reference-number - get reference number.
|
|
78
|
+
* GET /datalogic/reference-number - get reference number. API does not accept query params.
|
|
80
79
|
* @param {Object} opts
|
|
81
80
|
* @param {string} [opts.token] - API key
|
|
82
81
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -93,7 +92,7 @@ function datalogicFactory({client}) {
|
|
|
93
92
|
|
|
94
93
|
const authCode = {
|
|
95
94
|
/**
|
|
96
|
-
* GET /datalogic/auth-code - get auth code.
|
|
95
|
+
* GET /datalogic/auth-code - get auth code. API does not accept query params.
|
|
97
96
|
* @param {Object} opts
|
|
98
97
|
* @param {string} [opts.token] - API key
|
|
99
98
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -3,17 +3,11 @@ const {
|
|
|
3
3
|
} = require("./../endpoints_helpers.js");
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Query params for GET /oxxo/:token/payments (btrz-api-payments getSpec).
|
|
6
|
+
* Query params for GET /oxxo/:token/payments (btrz-api-payments). See get-payments-handler getSpec().
|
|
7
7
|
* @typedef {Object} OxxoPaymentsListQuery
|
|
8
8
|
* @property {string} [referenceNumber] - Payment reference number
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
/**
|
|
12
|
-
* POST /oxxo/:token/payments/:referenceNumber and POST /oxxo/:token/reverse/:referenceNumber do not define
|
|
13
|
-
* query params in backend getSpec (path + body only). Use for optional query keys forwarded as-is.
|
|
14
|
-
* @typedef {Object} OxxoPostQuery
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
11
|
/**
|
|
18
12
|
* Factory for OXXO API (btrz-api-payments).
|
|
19
13
|
* @param {Object} deps
|
|
@@ -24,7 +18,7 @@ const {
|
|
|
24
18
|
function oxxoFactory({client, internalAuthTokenProvider: _internalAuthTokenProvider}) {
|
|
25
19
|
const token = {
|
|
26
20
|
/**
|
|
27
|
-
* GET /oxxo/token - get OXXO token.
|
|
21
|
+
* GET /oxxo/token - get OXXO token. API does not accept query params.
|
|
28
22
|
* @param {Object} opts
|
|
29
23
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
30
24
|
* @param {{ getToken: function(): string }} [opts.internalAuthTokenProvider]
|
|
@@ -45,7 +39,7 @@ function oxxoFactory({client, internalAuthTokenProvider: _internalAuthTokenProvi
|
|
|
45
39
|
* @param {Object} opts
|
|
46
40
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
47
41
|
* @param {string} opts.oxxoToken - OXXO token
|
|
48
|
-
* @param {OxxoPaymentsListQuery} [opts.query] -
|
|
42
|
+
* @param {OxxoPaymentsListQuery} [opts.query] - Query params (referenceNumber)
|
|
49
43
|
* @param {{ getToken: function(): string }} [opts.internalAuthTokenProvider]
|
|
50
44
|
* @param {Object} [opts.headers] - Optional request headers
|
|
51
45
|
* @returns {Promise<import("axios").AxiosResponse>} GetOxxoPaymentsResponse; 400 ERROR_GETTING_PAYMENT_METHODS
|
|
@@ -58,12 +52,11 @@ function oxxoFactory({client, internalAuthTokenProvider: _internalAuthTokenProvi
|
|
|
58
52
|
});
|
|
59
53
|
},
|
|
60
54
|
/**
|
|
61
|
-
* POST /oxxo/:oxxoToken/payments/:referenceNumber - update OXXO payment.
|
|
55
|
+
* POST /oxxo/:oxxoToken/payments/:referenceNumber - update OXXO payment. API does not accept query params.
|
|
62
56
|
* @param {Object} opts
|
|
63
57
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
64
58
|
* @param {string} opts.oxxoToken - OXXO token
|
|
65
59
|
* @param {string} opts.referenceNumber - Payment reference number
|
|
66
|
-
* @param {OxxoPostQuery} [opts.query] - Optional query params (backend getSpec has none; forwarded as-is)
|
|
67
60
|
* @param {Object} opts.data - Request body (PostOxxoPaymentsPayload)
|
|
68
61
|
* @param {{ getToken: function(): string }} [opts.internalAuthTokenProvider]
|
|
69
62
|
* @param {Object} [opts.headers] - Optional request headers
|
|
@@ -79,13 +72,12 @@ function oxxoFactory({client, internalAuthTokenProvider: _internalAuthTokenProvi
|
|
|
79
72
|
});
|
|
80
73
|
},
|
|
81
74
|
/**
|
|
82
|
-
* POST /oxxo/:oxxoToken/reverse/:referenceNumber - reverse OXXO payment.
|
|
75
|
+
* POST /oxxo/:oxxoToken/reverse/:referenceNumber - reverse OXXO payment. API does not accept query params.
|
|
83
76
|
* @param {Object} opts
|
|
84
77
|
* @param {string} [opts.token] - API key
|
|
85
78
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
86
79
|
* @param {string} opts.oxxoToken - OXXO token
|
|
87
80
|
* @param {string} opts.referenceNumber - Payment reference number
|
|
88
|
-
* @param {OxxoPostQuery} [opts.query] - Optional query params (backend getSpec has none; forwarded as-is)
|
|
89
81
|
* @param {Object} [opts.data] - Request body (PostOxxoReversePayload)
|
|
90
82
|
* @param {{ getToken: function(): string }} [opts.internalAuthTokenProvider]
|
|
91
83
|
* @param {Object} [opts.headers] - Optional request headers
|
|
@@ -2,9 +2,23 @@
|
|
|
2
2
|
const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Query params for GET /payment-methods (btrz-api-payments).
|
|
5
|
+
* Query params for GET /payment-methods (btrz-api-payments). See get-payment-methods getSpec().
|
|
6
6
|
* @typedef {Object} PaymentMethodsListQuery
|
|
7
|
-
* @property {string} [providerName] -
|
|
7
|
+
* @property {string} [providerName] - The provider name to filter the payment methods (deprecated; use getByProviderName)
|
|
8
|
+
* @property {string} [channel] - The channel to get payment methods for
|
|
9
|
+
* @property {boolean} [enabled] - Filter by enabled [true, false]; if omitted returns both
|
|
10
|
+
* @property {boolean} [excludePredefined] - Exclude predefined methods; default included
|
|
11
|
+
* @property {string} [providerId] - Account provider (operator) ID; used by agencies/sellers
|
|
12
|
+
* @property {string} [domain] - Filter by domain
|
|
13
|
+
* @property {string} [externalType] - Reference external type
|
|
14
|
+
* @property {boolean} [allowToRefundTo] - Filter by ability to accept refunds [true, false]
|
|
15
|
+
* @property {string} [flows] - Flows in which the method is available (comma-separated); channel required
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Query params for GET /payment-methods/:paymentMethodId (btrz-api-payments). See get-payment-method getSpec().
|
|
20
|
+
* @typedef {Object} PaymentMethodGetQuery
|
|
21
|
+
* @property {string} [providerId] - Account provider ID; used by agencies
|
|
8
22
|
*/
|
|
9
23
|
|
|
10
24
|
/**
|
|
@@ -21,7 +35,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
21
35
|
* @param {Object} opts
|
|
22
36
|
* @param {string} [opts.token] - API key
|
|
23
37
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
24
|
-
* @param {PaymentMethodsListQuery} [opts.query] -
|
|
38
|
+
* @param {PaymentMethodsListQuery} [opts.query] - Query params (providerName, channel, enabled, etc.)
|
|
25
39
|
* @param {Object} [opts.headers] - Optional request headers
|
|
26
40
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
27
41
|
*/
|
|
@@ -33,7 +47,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
33
47
|
}
|
|
34
48
|
|
|
35
49
|
/**
|
|
36
|
-
* GET /payment-methods?providerName= - get by provider name (deprecated).
|
|
50
|
+
* GET /payment-methods?providerName= - get by provider name (deprecated). API accepts providerName only.
|
|
37
51
|
* @param {Object} opts
|
|
38
52
|
* @param {string} [opts.token] - API key
|
|
39
53
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -50,7 +64,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
50
64
|
}
|
|
51
65
|
|
|
52
66
|
/**
|
|
53
|
-
* POST /payment-methods - create payment method.
|
|
67
|
+
* POST /payment-methods - create payment method. API does not accept query params.
|
|
54
68
|
* @param {Object} opts
|
|
55
69
|
* @param {string} [opts.token] - API key
|
|
56
70
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -73,7 +87,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
73
87
|
* @param {string} [opts.token] - API key
|
|
74
88
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
75
89
|
* @param {string} opts.paymentMethodId - Payment method id
|
|
76
|
-
* @param {
|
|
90
|
+
* @param {PaymentMethodGetQuery} [opts.query] - Query params (providerId for agencies)
|
|
77
91
|
* @param {Object} [opts.headers] - Optional request headers
|
|
78
92
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
79
93
|
*/
|
|
@@ -85,7 +99,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
85
99
|
}
|
|
86
100
|
|
|
87
101
|
/**
|
|
88
|
-
* PUT /payment-methods/:paymentMethodId - update payment method.
|
|
102
|
+
* PUT /payment-methods/:paymentMethodId - update payment method. API does not accept query params.
|
|
89
103
|
* @param {Object} opts
|
|
90
104
|
* @param {string} [opts.token] - API key
|
|
91
105
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -104,7 +118,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
104
118
|
}
|
|
105
119
|
|
|
106
120
|
/**
|
|
107
|
-
* POST /payment-methods-to-agencies - set payment methods to agency.
|
|
121
|
+
* POST /payment-methods-to-agencies - set payment methods to agency. API does not accept query params.
|
|
108
122
|
* @param {Object} opts
|
|
109
123
|
* @param {string} [opts.token] - API key
|
|
110
124
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -124,7 +138,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
124
138
|
}
|
|
125
139
|
|
|
126
140
|
/**
|
|
127
|
-
* POST /default-payment-methods - create default payment methods.
|
|
141
|
+
* POST /default-payment-methods - create default payment methods. API does not accept query params.
|
|
128
142
|
* @param {Object} opts
|
|
129
143
|
* @param {string} [opts.token] - API key
|
|
130
144
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -141,7 +155,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
141
155
|
}
|
|
142
156
|
|
|
143
157
|
/**
|
|
144
|
-
* DELETE /payment-methods/:paymentMethodId/customers - delete customers credit card info.
|
|
158
|
+
* DELETE /payment-methods/:paymentMethodId/customers - delete customers credit card info. API does not accept query params.
|
|
145
159
|
* @param {Object} opts
|
|
146
160
|
* @param {string} [opts.token] - API key
|
|
147
161
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -157,7 +171,7 @@ function paymentMethodsFactory({client, internalAuthTokenProvider}) {
|
|
|
157
171
|
}
|
|
158
172
|
|
|
159
173
|
/**
|
|
160
|
-
* DELETE /payment-methods/domains/:domain - delete payment methods domain.
|
|
174
|
+
* DELETE /payment-methods/domains/:domain - delete payment methods domain. API does not accept query params.
|
|
161
175
|
* @param {Object} opts
|
|
162
176
|
* @param {string} [opts.token] - API key
|
|
163
177
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -9,7 +9,7 @@ const {authorizationHeaders} = require("./../endpoints_helpers.js");
|
|
|
9
9
|
*/
|
|
10
10
|
function paymentsFactory({client, internalAuthTokenProvider}) {
|
|
11
11
|
/**
|
|
12
|
-
* POST /payments - create payments.
|
|
12
|
+
* POST /payments - create payments. API does not accept query params.
|
|
13
13
|
* @param {Object} opts
|
|
14
14
|
* @param {string} [opts.token] - API key
|
|
15
15
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
@@ -27,7 +27,7 @@ function paymentsFactory({client, internalAuthTokenProvider}) {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* GET /transactions/:transactionId - get transaction.
|
|
30
|
+
* GET /transactions/:transactionId - get transaction. API does not accept query params.
|
|
31
31
|
* @param {Object} opts
|
|
32
32
|
* @param {string} [opts.token] - API key
|
|
33
33
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|